Uses of Class
org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry
Packages that use Suggest.Suggestion.Entry
-
Uses of Suggest.Suggestion.Entry in org.springframework.data.elasticsearch.core.suggest.response
Classes in org.springframework.data.elasticsearch.core.suggest.response with type parameters of type Suggest.Suggestion.EntryModifier and TypeClassDescriptionstatic classSuggest.Suggestion<E extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>Subclasses of Suggest.Suggestion.Entry 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.EntryModifier 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.EntryModifierConstructorDescriptionSuggest(List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>> suggestions, boolean hasScoreDocs)