Uses of Class
org.apache.lucene.search.PhraseQuery
Packages that use PhraseQuery
Package
Description
A simple query parser implemented with JavaCC.
Code to search indices.
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 PhraseQueryModifier and TypeMethodDescriptionprivate 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 PhraseQueryModifier and TypeMethodDescriptionprivate 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 PhraseQueryMethods in org.apache.lucene.search that return PhraseQueryModifier and TypeMethodDescriptionPhraseQuery.Builder.build()
Build a phrase query based on the terms that have been added.Methods in org.apache.lucene.search with parameters of type PhraseQueryConstructors in org.apache.lucene.search with parameters of type PhraseQueryModifierConstructorDescriptionNGramPhraseQuery
(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 PhraseQueryModifier and TypeMethodDescriptionprivate void
FieldQuery.checkOverlap
(Collection<Query> expandQueries, PhraseQuery a, float aBoost, PhraseQuery b, float bBoost)