Uses of Class
io.ebean.search.TextSimple
Package
Description
Provides text search expressions like Match, TextQueryString etc.
-
Uses of TextSimple in io.ebean
Modifier and TypeMethodDescriptionExpressionFactory.textSimple
(String search, TextSimple options) Create a text simple query expression (currently doc store/Elastic only).ExpressionList.textSimple
(String search, TextSimple options) Add a simple query string expression. -
Uses of TextSimple in io.ebean.search
Modifier and TypeMethodDescriptionSet the analyzerTextSimple.analyzeWildcard
(boolean analyzeWildcard) Set to true to use analyze wildcard.Set the fields.Set the flags.TextSimple.lenient
(boolean lenient) Set the lenient mode.Set the locale.TextSimple.lowercaseExpandedTerms
(boolean lowercaseExpandedTerms) Set the false to not use lowercase expanded terms.TextSimple.minShouldMatch
(String minShouldMatch) Set the minimum should match.TextSimple.opAnd()
Use AND as the default operator.TextSimple.opOr()
Use OR as the default operator.