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) protected reactor.core.publisher.Flux<SearchDocument>ReactiveElasticsearchTemplate.doFind(org.elasticsearch.action.search.SearchRequest request) Customization hook on the actual execution resultPublisher.protected reactor.core.publisher.Flux<SearchDocument>ReactiveElasticsearchTemplate.doFind(Query query, Class<?> clazz, IndexCoordinates index) protected reactor.core.publisher.Flux<SearchDocument>ReactiveElasticsearchTemplate.doScroll(org.elasticsearch.action.search.SearchRequest request) Customization hook on the actual execution resultPublisher.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 response) AbstractReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toSearchHit(SearchDocument response) AbstractReactiveElasticsearchTemplate.SearchDocumentCallback.toSearchHit(SearchDocument response) -
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 TypeMethodDescriptionstatic SearchDocumentDocumentAdapters.from(org.elasticsearch.search.SearchHit source) Create aSearchDocumentfromSearchHit.Methods 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, 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