Uses of Class
org.elasticsearch.search.suggest.Suggest.Suggestion.Entry.Option
-
-
Uses of Suggest.Suggestion.Entry.Option in org.elasticsearch.search.suggest
Classes in org.elasticsearch.search.suggest with type parameters of type Suggest.Suggestion.Entry.Option Modifier and Type Class Description static classSuggest.Suggestion.Entry<O extends Suggest.Suggestion.Entry.Option>Represents a part from the suggest text with suggested options.Fields in org.elasticsearch.search.suggest with type parameters of type Suggest.Suggestion.Entry.Option Modifier and Type Field Description static Comparator<Suggest.Suggestion.Entry.Option>Suggest. COMPARATORMethods in org.elasticsearch.search.suggest with type parameters of type Suggest.Suggestion.Entry.Option Modifier and Type Method Description <T extends Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>>
TSuggest. getSuggestion(String name)Methods in org.elasticsearch.search.suggest with parameters of type Suggest.Suggestion.Entry.Option Modifier and Type Method Description protected voidSuggest.Suggestion.Entry.Option. mergeInto(Suggest.Suggestion.Entry.Option otherOption)Method parameters in org.elasticsearch.search.suggest with type arguments of type Suggest.Suggestion.Entry.Option Modifier and Type Method Description protected static voidSuggest.Suggestion.Entry. declareCommonFields(ObjectParser<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>,Void> parser)Constructor parameters in org.elasticsearch.search.suggest with type arguments of type Suggest.Suggestion.Entry.Option Constructor Description Suggest(List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>> suggestions) -
Uses of Suggest.Suggestion.Entry.Option in org.elasticsearch.search.suggest.completion
Subclasses of Suggest.Suggestion.Entry.Option in org.elasticsearch.search.suggest.completion Modifier and Type Class Description static classCompletionSuggestion.Entry.OptionMethods in org.elasticsearch.search.suggest.completion that return types with arguments of type Suggest.Suggestion.Entry.Option Modifier and Type Method Description protected Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>CompletionSuggester. innerExecute(String name, CompletionSuggestionContext suggestionContext, IndexSearcher searcher, CharsRefBuilder spare)Methods in org.elasticsearch.search.suggest.completion with parameters of type Suggest.Suggestion.Entry.Option Modifier and Type Method Description protected voidCompletionSuggestion.Entry.Option. mergeInto(Suggest.Suggestion.Entry.Option otherOption) -
Uses of Suggest.Suggestion.Entry.Option in org.elasticsearch.search.suggest.phrase
Subclasses of Suggest.Suggestion.Entry.Option in org.elasticsearch.search.suggest.phrase Modifier and Type Class Description static classPhraseSuggestion.Entry.OptionMethods in org.elasticsearch.search.suggest.phrase that return types with arguments of type Suggest.Suggestion.Entry.Option Modifier and Type Method Description protected Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>PhraseSuggester. emptySuggestion(String name, org.elasticsearch.search.suggest.phrase.PhraseSuggestionContext suggestion, CharsRefBuilder spare)Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>PhraseSuggester. innerExecute(String name, org.elasticsearch.search.suggest.phrase.PhraseSuggestionContext suggestion, IndexSearcher searcher, CharsRefBuilder spare) -
Uses of Suggest.Suggestion.Entry.Option in org.elasticsearch.search.suggest.term
Subclasses of Suggest.Suggestion.Entry.Option in org.elasticsearch.search.suggest.term Modifier and Type Class Description static classTermSuggestion.Entry.OptionContains the suggested text with its document frequency and score.Fields in org.elasticsearch.search.suggest.term with type parameters of type Suggest.Suggestion.Entry.Option Modifier and Type Field Description static Comparator<Suggest.Suggestion.Entry.Option>TermSuggestion. FREQUENCYstatic Comparator<Suggest.Suggestion.Entry.Option>TermSuggestion. SCOREMethods in org.elasticsearch.search.suggest.term that return types with arguments of type Suggest.Suggestion.Entry.Option Modifier and Type Method Description protected Comparator<Suggest.Suggestion.Entry.Option>TermSuggestion. sortComparator()Methods in org.elasticsearch.search.suggest.term with parameters of type Suggest.Suggestion.Entry.Option Modifier and Type Method Description intTermSuggestion.Frequency. compare(Suggest.Suggestion.Entry.Option first, Suggest.Suggestion.Entry.Option second)intTermSuggestion.Score. compare(Suggest.Suggestion.Entry.Option first, Suggest.Suggestion.Entry.Option second)protected voidTermSuggestion.Entry.Option. mergeInto(Suggest.Suggestion.Entry.Option otherOption)
-