Uses of Interface
org.springframework.data.elasticsearch.core.document.SearchDocument
Packages that use SearchDocument
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
Classes related to the Document structure of Elasticsearch documents and search responses.
-
Uses of SearchDocument in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type SearchDocumentModifier and TypeMethodDescriptionprotected reactor.core.publisher.Flux<SearchDocument>
ReactiveElasticsearchTemplate.doFind
(Query query, Class<?> clazz, IndexCoordinates index) -
Uses of SearchDocument in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return types with arguments of type SearchDocumentModifier and TypeMethodDescriptionprotected abstract reactor.core.publisher.Flux<SearchDocument>
AbstractReactiveElasticsearchTemplate.doFind
(Query query, Class<?> clazz, IndexCoordinates index) Methods in org.springframework.data.elasticsearch.core with parameters of type SearchDocumentModifier and TypeMethodDescriptionSearchHitMapping.mapHit
(SearchDocument searchDocument, T content) reactor.core.publisher.Mono<T>
AbstractReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toEntity
(SearchDocument response) reactor.core.publisher.Mono<T>
AbstractReactiveElasticsearchTemplate.SearchDocumentCallback.toEntity
(SearchDocument searchDocument) converts aSearchDocument
to an entityAbstractReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toSearchHit
(SearchDocument response) AbstractReactiveElasticsearchTemplate.SearchDocumentCallback.toSearchHit
(SearchDocument searchDocument) converts aSearchDocument
into a SearchHit -
Uses of SearchDocument in org.springframework.data.elasticsearch.core.document
Classes in org.springframework.data.elasticsearch.core.document that implement SearchDocumentMethods in org.springframework.data.elasticsearch.core.document that return SearchDocumentModifier and TypeMethodDescriptionMethods in org.springframework.data.elasticsearch.core.document that return types with arguments of type SearchDocumentConstructor parameters in org.springframework.data.elasticsearch.core.document with type arguments of type SearchDocumentModifierConstructorDescriptionSearchDocumentResponse
(long totalHits, String totalHitsRelation, float maxScore, String scrollId, String pointInTimeId, List<SearchDocument> searchDocuments, AggregationsContainer<?> aggregationsContainer, Suggest suggest, SearchShardStatistics searchShardStatistics) -
Uses of SearchDocument in org.springframework.data.elasticsearch.core.suggest.response
Method parameters in org.springframework.data.elasticsearch.core.suggest.response with type arguments of type SearchDocumentModifier and TypeMethodDescriptionvoid
CompletionSuggestion.Entry.Option.updateSearchHit
(BiFunction<SearchDocument, T, SearchHit<T>> mapper) Constructors in org.springframework.data.elasticsearch.core.suggest.response with parameters of type SearchDocument