Uses of Class
org.apache.lucene.search.PhraseQuery
-
Packages that use PhraseQuery Package Description org.apache.lucene.queryparser.classic A simple query parser implemented with JavaCC.org.apache.lucene.search Code to search indices.org.apache.lucene.search.vectorhighlight Another highlighter implementation based on term vectors. -
-
Uses of PhraseQuery in org.apache.lucene.queryparser.classic
Methods in org.apache.lucene.queryparser.classic that return PhraseQuery Modifier and Type Method Description private PhraseQuery
QueryParserBase. addSlopToPhrase(PhraseQuery query, int slop)
Rebuild a phrase query with a slop valueMethods in org.apache.lucene.queryparser.classic with parameters of type PhraseQuery Modifier and Type Method Description private PhraseQuery
QueryParserBase. addSlopToPhrase(PhraseQuery query, int slop)
Rebuild a phrase query with a slop value -
Uses of PhraseQuery in org.apache.lucene.search
Fields in org.apache.lucene.search declared as PhraseQuery Modifier and Type Field Description private PhraseQuery
NGramPhraseQuery. phraseQuery
Methods in org.apache.lucene.search that return PhraseQuery Modifier and Type Method Description PhraseQuery
PhraseQuery.Builder. build()
Build a phrase query based on the terms that have been added.Methods in org.apache.lucene.search with parameters of type PhraseQuery Modifier and Type Method Description private boolean
PhraseQuery. equalsTo(PhraseQuery other)
Constructors in org.apache.lucene.search with parameters of type PhraseQuery Constructor Description NGramPhraseQuery(int n, PhraseQuery query)
Constructor that takes gram size. -
Uses of PhraseQuery in org.apache.lucene.search.vectorhighlight
Methods in org.apache.lucene.search.vectorhighlight with parameters of type PhraseQuery Modifier and Type Method Description private void
FieldQuery. checkOverlap(java.util.Collection<Query> expandQueries, PhraseQuery a, float aBoost, PhraseQuery b, float bBoost)
-