Uses of Class
org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry.Option
-
Packages that use CompletionSuggestion.Entry.Option Package Description org.elasticsearch.search.suggest.completion -
-
Uses of CompletionSuggestion.Entry.Option in org.elasticsearch.search.suggest.completion
Methods in org.elasticsearch.search.suggest.completion that return CompletionSuggestion.Entry.Option Modifier and Type Method Description static CompletionSuggestion.Entry.OptionCompletionSuggestion.Entry.Option. fromXContent(XContentParser parser)protected CompletionSuggestion.Entry.OptionCompletionSuggestion.Entry. newOption(StreamInput in)Methods in org.elasticsearch.search.suggest.completion that return types with arguments of type CompletionSuggestion.Entry.Option Modifier and Type Method Description List<CompletionSuggestion.Entry.Option>CompletionSuggestion. getOptions()
-