Package | Description |
---|---|
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.
|
org.apache.lucene.queryparser.simple |
A simple query parser for human-entered queries.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiFieldQueryParser
A QueryParser which constructs queries to search multiple fields.
|
class |
QueryParser
This class is generated by JavaCC.
|
class |
QueryParserBase
This class is overridden by QueryParser in QueryParser.jj
and acts to separate the majority of the Java code from the .jj grammar file.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexPhraseQueryParser
QueryParser which permits complex phrase query syntax eg "(john jon
jonathan~) peters*".
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendableQueryParser
The
ExtendableQueryParser enables arbitrary query parser extension
based on a customizable field naming scheme. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleQueryParser
SimpleQueryParser is used to parse human readable query syntax.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.