Uses of Class
io.ebean.search.MultiMatch
Package
Description
Provides text search expressions like Match, TextQueryString etc.
-
Uses of MultiMatch in io.ebean
Modifier and TypeMethodDescriptionExpressionList.multiMatch
(String search, MultiMatch options) Add a multi-match expression using options.ExpressionFactory.textMultiMatch
(String query, MultiMatch options) Create a Text Multi match expression (currently doc store/Elastic only). -
Uses of MultiMatch in io.ebean.search
Modifier and TypeMethodDescriptionSet the Analyzer to use for this expression.MultiMatch.boost
(double boost) Set the boost.MultiMatch.cutoffFrequency
(double cutoffFrequency) Set the cutoff frequency.static MultiMatch
Create with the given fields.MultiMatch.maxExpansions
(int maxExpansions) Set the max expansions (for phrase prefix only).MultiMatch.minShouldMatch
(String minShouldMatch) Set the minimum should match value.MultiMatch.opAnd()
Use the AND operator (rather than OR).MultiMatch.opOr()
Use the OR operator (rather than AND).Set the rewrite to use.MultiMatch.tieBreaker
(double tieBreaker) Set the tieBreaker to use.MultiMatch.type
(MultiMatch.Type type) Set the type of query.Set the zero terms.