Uses of Class
org.elasticsearch.search.suggest.phrase.PhraseSuggestion.Entry.Option
-
Packages that use PhraseSuggestion.Entry.Option Package Description org.elasticsearch.search.suggest.phrase -
-
Uses of PhraseSuggestion.Entry.Option in org.elasticsearch.search.suggest.phrase
Methods in org.elasticsearch.search.suggest.phrase that return PhraseSuggestion.Entry.Option Modifier and Type Method Description static PhraseSuggestion.Entry.OptionPhraseSuggestion.Entry.Option. fromXContent(XContentParser parser)protected PhraseSuggestion.Entry.OptionPhraseSuggestion.Entry. newOption(StreamInput in)Methods in org.elasticsearch.search.suggest.phrase with parameters of type PhraseSuggestion.Entry.Option Modifier and Type Method Description voidPhraseSuggestion.Entry. addOption(PhraseSuggestion.Entry.Option option)Method parameters in org.elasticsearch.search.suggest.phrase with type arguments of type PhraseSuggestion.Entry.Option Modifier and Type Method Description protected voidPhraseSuggestion.Entry. merge(Suggest.Suggestion.Entry<PhraseSuggestion.Entry.Option> other)
-