Uses of Class
io.ebean.search.TextQueryString
Package
Description
Provides text search expressions like Match, TextQueryString etc.
-
Uses of TextQueryString in io.ebean
Modifier and TypeMethodDescriptionExpressionFactory.textQueryString
(String search, TextQueryString options) Create a text query string expression (currently doc store/Elastic only).ExpressionList.textQueryString
(String search, TextQueryString options) Add a query string expression. -
Uses of TextQueryString in io.ebean.search
Modifier and TypeMethodDescriptionTextQueryString.allowLeadingWildcard
(boolean allowLeadingWildcard) Set allow leading wildcard mode.Set the analyzer.TextQueryString.analyzeWildcard
(boolean analyzeWildcard) Set the analyze wildcard mode.TextQueryString.autoGeneratePhraseQueries
(boolean autoGeneratePhraseQueries) Set the auto generate phrase queries mode.TextQueryString.boost
(double boost) Set the boost.TextQueryString.defaultField
(String defaultField) Set the default field.static TextQueryString
Create with given fields.Set fuzziness.TextQueryString.fuzzyMaxExpansions
(int fuzzyMaxExpansions) Set fuzzy max expansions.TextQueryString.fuzzyPrefixLength
(int fuzzyPrefixLength) Set the fuzzy prefix length.TextQueryString.lenient
(boolean lenient) Set lenient mode.Set the locale.TextQueryString.lowercaseExpandedTerms
(boolean lowercaseExpandedTerms) Set lowercase expanded terms mode.TextQueryString.minShouldMatch
(String minShouldMatch) Set the minimum should match.TextQueryString.opAnd()
Use the AND operator (rather than OR).TextQueryString.opOr()
Use the OR operator (rather than AND).TextQueryString.phraseSlop
(double phraseSlop) Set the phrase slop.Set the rewrite option.TextQueryString.tieBreaker
(double tieBreaker) Set tieBreaker option (when multiple fields only).Set the time zone.TextQueryString.useDisMax
(boolean useDisMax) Set useDisMax option (when multiple fields only).