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.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
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.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return SearchDocumentModifier and TypeMethodDescriptionstatic SearchDocumentDocumentAdapters.from(org.elasticsearch.search.SearchHit source) Deprecated.Create aSearchDocumentfromSearchHit.Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type SearchDocumentModifier and TypeMethodDescriptionprotected reactor.core.publisher.Flux<SearchDocument>ReactiveElasticsearchTemplate.doFind(org.elasticsearch.action.search.SearchRequest request) Deprecated.Customization hook on the actual execution resultPublisher.protected reactor.core.publisher.Flux<SearchDocument>ReactiveElasticsearchTemplate.doFind(Query query, Class<?> clazz, IndexCoordinates index) Deprecated.protected reactor.core.publisher.Flux<SearchDocument>ReactiveElasticsearchTemplate.doScroll(org.elasticsearch.action.search.SearchRequest request) Deprecated.Customization hook on the actual execution resultPublisher. -
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 aSearchDocumentto an entityAbstractReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toSearchHit(SearchDocument response) AbstractReactiveElasticsearchTemplate.SearchDocumentCallback.toSearchHit(SearchDocument searchDocument) converts aSearchDocumentinto 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) -
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 TypeMethodDescriptionvoidCompletionSuggestion.Entry.Option.updateSearchHit(BiFunction<SearchDocument, T, SearchHit<T>> mapper) Constructors in org.springframework.data.elasticsearch.core.suggest.response with parameters of type SearchDocument