Uses of Class
org.apache.lucene.util.QueryBuilder
Packages that use QueryBuilder
Package
Description
A simple query parser implemented with JavaCC.
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*"
Extendable QueryParser provides a simple and flexible extension mechanism by overloading query
field names.
A simple query parser for human-entered queries.
-
Uses of QueryBuilder in org.apache.lucene.queryparser.classic
Subclasses of QueryBuilder in org.apache.lucene.queryparser.classicModifier and TypeClassDescriptionclass
A QueryParser which constructs queries to search multiple fields.class
This class is generated by JavaCC.class
This class is overridden by QueryParser in QueryParser.jj and acts to separate the majority of the Java code from the .jj grammar file. -
Uses of QueryBuilder in org.apache.lucene.queryparser.complexPhrase
Subclasses of QueryBuilder in org.apache.lucene.queryparser.complexPhraseModifier and TypeClassDescriptionclass
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*". -
Uses of QueryBuilder in org.apache.lucene.queryparser.ext
Subclasses of QueryBuilder in org.apache.lucene.queryparser.extModifier and TypeClassDescriptionclass
TheExtendableQueryParser
enables arbitrary query parser extension based on a customizable field naming scheme. -
Uses of QueryBuilder in org.apache.lucene.queryparser.simple
Subclasses of QueryBuilder in org.apache.lucene.queryparser.simpleModifier and TypeClassDescriptionclass
SimpleQueryParser is used to parse human readable query syntax.