Uses of Class
org.elasticsearch.search.suggest.completion.RegexOptions
-
Packages that use RegexOptions Package Description org.elasticsearch.search.suggest.completion -
-
Uses of RegexOptions in org.elasticsearch.search.suggest.completion
Fields in org.elasticsearch.search.suggest.completion declared as RegexOptions Modifier and Type Field Description protected RegexOptionsCompletionSuggestionBuilder. regexOptionsMethods in org.elasticsearch.search.suggest.completion that return RegexOptions Modifier and Type Method Description RegexOptionsRegexOptions.Builder. build()RegexOptionsCompletionSuggestionContext. getRegexOptions()Methods in org.elasticsearch.search.suggest.completion with parameters of type RegexOptions Modifier and Type Method Description CompletionSuggestionBuilderCompletionSuggestionBuilder. regex(String regex, RegexOptions regexOptions)Same asCompletionSuggestionBuilder.regex(String)with full regular expression options seeRegexOptions.Builder
-