Uses of Class
io.ebean.search.Match
Package
Description
Provides text search expressions like Match, TextQueryString etc.
-
Uses of Match in io.ebean
Modifier and TypeMethodDescriptionAdd a match expression with options.Create a Text Match expression (currently doc store/Elastic only). -
Uses of Match in io.ebean.search
Modifier and TypeMethodDescriptionSet the Analyzer to use for this expression.Match.boost
(double boost) Set the boost.Match.cutoffFrequency
(double cutoffFrequency) Set the cutoff frequency.Match.maxExpansions
(int maxExpansions) Set the max expansions (for phrase prefix only).Match.minShouldMatch
(String minShouldMatch) Set the rewrite to use.Match.opAnd()
Use the AND operator (rather than OR).Match.opOr()
Use the OR operator (rather than AND).Match.phrase()
Set this to be a "Phrase" type expression.Match.phrasePrefix()
Set this to be a "Phrase Prefix" type expression.Set the rewrite to use.Set the zero terms.