Uses of Class
io.ebean.search.TextCommonTerms
Package
Description
Provides text search expressions like Match, TextQueryString etc.
-
Uses of TextCommonTerms in io.ebean
Modifier and TypeMethodDescriptionExpressionFactory.textCommonTerms
(String search, TextCommonTerms options) Create a text common terms expression (currently doc store/Elastic only).ExpressionList.textCommonTerms
(String search, TextCommonTerms options) Add common terms expression. -
Uses of TextCommonTerms in io.ebean.search
Modifier and TypeMethodDescriptionTextCommonTerms.cutoffFrequency
(double cutoffFrequency) Set the cutoff frequency.TextCommonTerms.highFreqOperatorAnd
(boolean opAnd) Set to true if high frequency terms should use AND operator.TextCommonTerms.lowFreqOperatorAnd
(boolean opAnd) Set to true if low frequency terms should use AND operator.TextCommonTerms.minShouldMatch
(String minShouldMatch) Set the minimum should match.TextCommonTerms.minShouldMatchHighFreq
(String minShouldMatchHighFreq) Set the minimum should match for high frequency terms.TextCommonTerms.minShouldMatchLowFreq
(String minShouldMatchLowFreq) Set the minimum should match for low frequency terms.