Uses of Class
org.apache.lucene.search.MultiPhraseQuery.Builder
Packages that use MultiPhraseQuery.Builder
Package
Description
Code to search indices.
Some utility classes.
-
Uses of MultiPhraseQuery.Builder in org.apache.lucene.search
Methods in org.apache.lucene.search that return MultiPhraseQuery.BuilderModifier and TypeMethodDescriptionAdd a single term at the next position in the phrase.Add multiple terms at the next position in the phrase.Allows to specify the relative position of terms within the phrase.MultiPhraseQuery.Builder.setSlop
(int s) Sets the phrase slop for this query. -
Uses of MultiPhraseQuery.Builder in org.apache.lucene.util
Methods in org.apache.lucene.util that return MultiPhraseQuery.BuilderModifier and TypeMethodDescriptionprotected MultiPhraseQuery.Builder
QueryBuilder.newMultiPhraseQueryBuilder()
Builds a new MultiPhraseQuery instance.