|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use QueryParserBase | |
|---|---|
| org.apache.lucene.queryparser.analyzing | QueryParser that passes Fuzzy-, Prefix-, Range-, and WildcardQuerys through the given analyzer. |
| org.apache.lucene.queryparser.classic | A simple query parser implemented with JavaCC. |
| org.apache.lucene.queryparser.complexPhrase | QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*" |
| org.apache.lucene.queryparser.ext | Extendable QueryParser provides a simple and flexible extension mechanism by overloading query field names. |
| Uses of QueryParserBase in org.apache.lucene.queryparser.analyzing |
|---|
| Subclasses of QueryParserBase in org.apache.lucene.queryparser.analyzing | |
|---|---|
class |
AnalyzingQueryParser
Overrides Lucene's default QueryParser so that Fuzzy-, Prefix-, Range-, and WildcardQuerys are also passed through the given analyzer, but wildcard characters * and
? don't get removed from the search terms. |
| Uses of QueryParserBase in org.apache.lucene.queryparser.classic |
|---|
| Subclasses of QueryParserBase in org.apache.lucene.queryparser.classic | |
|---|---|
class |
MultiFieldQueryParser
A QueryParser which constructs queries to search multiple fields. |
class |
QueryParser
This class is generated by JavaCC. |
| Uses of QueryParserBase in org.apache.lucene.queryparser.complexPhrase |
|---|
| Subclasses of QueryParserBase in org.apache.lucene.queryparser.complexPhrase | |
|---|---|
class |
ComplexPhraseQueryParser
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*". |
| Uses of QueryParserBase in org.apache.lucene.queryparser.ext |
|---|
| Subclasses of QueryParserBase in org.apache.lucene.queryparser.ext | |
|---|---|
class |
ExtendableQueryParser
The ExtendableQueryParser enables arbitrary query parser extension
based on a customizable field naming scheme. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||