Uses of Class
org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry.Option
Packages that use Suggest.Suggestion.Entry.Option
-
Uses of Suggest.Suggestion.Entry.Option in org.springframework.data.elasticsearch.core.suggest.response
Classes in org.springframework.data.elasticsearch.core.suggest.response with type parameters of type Suggest.Suggestion.Entry.OptionModifier and TypeClassDescriptionstatic classSuggest.Suggestion<E extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>static classSubclasses of Suggest.Suggestion.Entry.Option in org.springframework.data.elasticsearch.core.suggest.responseModifier and TypeClassDescriptionstatic classstatic classstatic classMethods in org.springframework.data.elasticsearch.core.suggest.response that return types with arguments of type Suggest.Suggestion.Entry.OptionModifier and TypeMethodDescriptionSuggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>Suggest.getSuggestion(String name) List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>>Suggest.getSuggestions()Constructor parameters in org.springframework.data.elasticsearch.core.suggest.response with type arguments of type Suggest.Suggestion.Entry.OptionModifierConstructorDescriptionSuggest(List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>> suggestions, boolean hasScoreDocs)