Uses of Class
org.elasticsearch.search.suggest.completion.CompletionSuggestion.Entry
-
Packages that use CompletionSuggestion.Entry Package Description org.elasticsearch.search.suggest.completion -
-
Uses of CompletionSuggestion.Entry in org.elasticsearch.search.suggest.completion
Methods in org.elasticsearch.search.suggest.completion that return CompletionSuggestion.Entry Modifier and Type Method Description static CompletionSuggestion.EntryCompletionSuggestion.Entry. fromXContent(XContentParser parser)protected CompletionSuggestion.EntryCompletionSuggestion. newEntry(StreamInput in)Method parameters in org.elasticsearch.search.suggest.completion with type arguments of type CompletionSuggestion.Entry Modifier and Type Method Description CompletionSuggestionCompletionSuggestion. reduce(List<Suggest.Suggestion<CompletionSuggestion.Entry>> toReduce)
-