| Package | Description |
|---|---|
| org.apache.lucene.xmlparser | |
| org.apache.lucene.xmlparser.builders |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreParser
Assembles a QueryBuilder which uses only core Lucene Query objects
|
class |
CorePlusExtensionsParser
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
QueryBuilderFactory
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
QueryBuilderFactory.getQueryBuilder(java.lang.String nodeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryBuilderFactory.addBuilder(java.lang.String nodeName,
QueryBuilder builder) |
void |
CoreParser.addQueryBuilder(java.lang.String nodeName,
QueryBuilder builder) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpanQueryBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
BoostingQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
ConstantScoreQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
FilteredQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
FuzzyLikeThisQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
LikeThisQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
MatchAllDocsQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanBuilderBase
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanFirstBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanNearBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanNotBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanOrBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanOrTermsBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanQueryBuilderFactory
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SpanTermBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
TermQueryBuilder
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
TermsQueryBuilder
Builds a BooleanQuery from all of the terms found in the XML element using the choice of analyzer
|
class |
UserInputQueryBuilder
UserInputQueryBuilder uses 1 of 2 strategies for thread-safe parsing:
1) Synchronizing access to "parse" calls on a previously supplied QueryParser
or..
|
| Constructor and Description |
|---|
BooleanQueryBuilder(QueryBuilder factory) |
BoostingQueryBuilder(QueryBuilder factory) |
FilteredQueryBuilder(FilterBuilder filterFactory,
QueryBuilder queryFactory) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.