Uses of Class
org.springframework.data.elasticsearch.core.suggest.response.Suggest
Packages that use Suggest
Package
Description
Classes related to the Document structure of Elasticsearch documents and search responses.
-
Uses of Suggest in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return SuggestModifier and TypeMethodDescription@Nullable SuggestReactiveSearchHits.getSuggest()@Nullable SuggestReactiveSearchHitsImpl.getSuggest()@Nullable SuggestSearchHits.getSuggest()@Nullable SuggestSearchHitsImpl.getSuggest()Methods in org.springframework.data.elasticsearch.core that return types with arguments of type SuggestModifier and TypeMethodDescriptionAbstractReactiveElasticsearchTemplate.suggest(Query query, Class<?> entityType, IndexCoordinates index) Does a suggest query.ReactiveSearchOperations.suggest(Query query, Class<?> entityType, IndexCoordinates index) Does a suggest query.Methods in org.springframework.data.elasticsearch.core with parameters of type SuggestModifier and TypeMethodDescriptionvoidSearchHitMapping.mapHitsInCompletionSuggestion(@Nullable Suggest suggest) Constructors in org.springframework.data.elasticsearch.core with parameters of type SuggestModifierConstructorDescriptionSearchHitsImpl(long totalHits, TotalHitsRelation totalHitsRelation, float maxScore, Duration executionDuration, @Nullable String scrollId, @Nullable String pointInTimeId, List<? extends SearchHit<T>> searchHits, @Nullable AggregationsContainer<?> aggregations, @Nullable Suggest suggest, @Nullable SearchShardStatistics searchShardStatistics) -
Uses of Suggest in org.springframework.data.elasticsearch.core.document
Methods in org.springframework.data.elasticsearch.core.document that return SuggestConstructors in org.springframework.data.elasticsearch.core.document with parameters of type SuggestModifierConstructorDescriptionSearchDocumentResponse(long totalHits, String totalHitsRelation, float maxScore, Duration executionDuration, @Nullable String scrollId, @Nullable String pointInTimeId, List<SearchDocument> searchDocuments, @Nullable AggregationsContainer<?> aggregationsContainer, @Nullable Suggest suggest, @Nullable SearchShardStatistics searchShardStatistics)