Uses of Class
io.ebean.search.TextSimple
-
Packages that use TextSimple Package Description io.ebean io.ebean.search Provides text search expressions like Match, TextQueryString etc. -
-
Uses of TextSimple in io.ebean
Methods in io.ebean with parameters of type TextSimple Modifier and Type Method Description ExpressionExpressionFactory. textSimple(String search, TextSimple options)Create a text simple query expression (currently doc store/Elastic only).ExpressionList<T>ExpressionList. textSimple(String search, TextSimple options)Add a simple query string expression. -
Uses of TextSimple in io.ebean.search
Methods in io.ebean.search that return TextSimple Modifier and Type Method Description TextSimpleTextSimple. analyzer(String analyzer)Set the analyzerTextSimpleTextSimple. analyzeWildcard(boolean analyzeWildcard)Set to true to use analyze wildcard.TextSimpleTextSimple. fields(String... fields)Set the fields.TextSimpleTextSimple. flags(String flags)Set the flags.TextSimpleTextSimple. lenient(boolean lenient)Set the lenient mode.TextSimpleTextSimple. locale(String locale)Set the locale.TextSimpleTextSimple. lowercaseExpandedTerms(boolean lowercaseExpandedTerms)Set the false to not use lowercase expanded terms.TextSimpleTextSimple. minShouldMatch(String minShouldMatch)Set the minimum should match.TextSimpleTextSimple. opAnd()Use AND as the default operator.TextSimpleTextSimple. opOr()Use OR as the default operator.
-