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 TypeMethodDescriptionReactiveSearchHits.getSuggest()ReactiveSearchHitsImpl.getSuggest()SearchHits.getSuggest()SearchHitsImpl.getSuggest()Methods in org.springframework.data.elasticsearch.core that return types with arguments of type SuggestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Suggest>reactor.core.publisher.Mono<Suggest>AbstractReactiveElasticsearchTemplate.suggest(Query query, Class<?> entityType, IndexCoordinates index) reactor.core.publisher.Mono<Suggest>Does a suggest query.reactor.core.publisher.Mono<Suggest>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(Suggest suggest) Constructors in org.springframework.data.elasticsearch.core with parameters of type SuggestModifierConstructorDescriptionSearchHitsImpl(long totalHits, TotalHitsRelation totalHitsRelation, float maxScore, String scrollId, String pointInTimeId, List<? extends SearchHit<T>> searchHits, AggregationsContainer<?> aggregations, Suggest suggest) -
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, String scrollId, String pointInTimeId, List<SearchDocument> searchDocuments, AggregationsContainer<?> aggregationsContainer, Suggest suggest)