Uses of Class
org.apache.lucene.search.MultiPhraseQuery
Packages that use MultiPhraseQuery
Package
Description
Standard Lucene Query Node Builders.
Code to search indices.
-
Uses of MultiPhraseQuery in org.apache.lucene.queryparser.flexible.standard.builders
Methods in org.apache.lucene.queryparser.flexible.standard.builders that return MultiPhraseQueryModifier and TypeMethodDescription -
Uses of MultiPhraseQuery in org.apache.lucene.search
Methods in org.apache.lucene.search that return MultiPhraseQueryMethods in org.apache.lucene.search with parameters of type MultiPhraseQueryModifier and TypeMethodDescriptionprivate booleanMultiPhraseQuery.equalsTo(MultiPhraseQuery other) Constructors in org.apache.lucene.search with parameters of type MultiPhraseQueryModifierConstructorDescriptionBuilder(MultiPhraseQuery multiPhraseQuery) Copy constructor: this will create a builder that has the same configuration as the provided builder.