Uses of Class
org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser.ComplexPhraseQuery
-
Packages that use ComplexPhraseQueryParser.ComplexPhraseQuery Package Description org.apache.lucene.queryparser.complexPhrase QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*" -
-
Uses of ComplexPhraseQueryParser.ComplexPhraseQuery in org.apache.lucene.queryparser.complexPhrase
Fields in org.apache.lucene.queryparser.complexPhrase declared as ComplexPhraseQueryParser.ComplexPhraseQuery Modifier and Type Field Description private ComplexPhraseQueryParser.ComplexPhraseQueryComplexPhraseQueryParser. currentPhraseQueryFields in org.apache.lucene.queryparser.complexPhrase with type parameters of type ComplexPhraseQueryParser.ComplexPhraseQuery Modifier and Type Field Description private java.util.ArrayList<ComplexPhraseQueryParser.ComplexPhraseQuery>ComplexPhraseQueryParser. complexPhrasesMethods in org.apache.lucene.queryparser.complexPhrase with parameters of type ComplexPhraseQueryParser.ComplexPhraseQuery Modifier and Type Method Description private booleanComplexPhraseQueryParser.ComplexPhraseQuery. equalsTo(ComplexPhraseQueryParser.ComplexPhraseQuery other)
-