Uses of Class
org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
Packages that use SearchDocumentResponse
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 SearchDocumentResponse in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type SearchDocumentResponseModifier and TypeMethodDescriptionprotected <T> reactor.core.publisher.Mono<SearchDocumentResponse>ReactiveElasticsearchTemplate.doFindForResponse(Query query, Class<?> clazz, IndexCoordinates index) -
Uses of SearchDocumentResponse in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return SearchDocumentResponseModifier and TypeMethodDescriptionstatic <T> SearchDocumentResponseSearchDocumentResponseBuilder.from(org.elasticsearch.action.search.SearchResponse searchResponse, SearchDocumentResponse.EntityCreator<T> entityCreator) Deprecated.creates a SearchDocumentResponse from theSearchResponsestatic <T> SearchDocumentResponseSearchDocumentResponseBuilder.from(org.elasticsearch.search.SearchHits searchHits, String scrollId, org.elasticsearch.search.aggregations.Aggregations aggregations, org.elasticsearch.search.suggest.Suggest suggestES, SearchDocumentResponse.EntityCreator<T> entityCreator) Deprecated.creates aSearchDocumentResponseBuilderfromSearchHitswith the given scrollId aggregations and suggestMethods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type SearchDocumentResponseModifier and TypeMethodDescriptionprotected <T> reactor.core.publisher.Mono<SearchDocumentResponse>ReactiveElasticsearchTemplate.doFindForResponse(org.elasticsearch.action.search.SearchRequest request, SearchDocumentResponse.EntityCreator<T> entityCreator) Deprecated.Customization hook on the actual execution resultMono.protected <T> reactor.core.publisher.Mono<SearchDocumentResponse>ReactiveElasticsearchTemplate.doFindForResponse(Query query, Class<?> clazz, IndexCoordinates index) Deprecated. -
Uses of SearchDocumentResponse in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return types with arguments of type SearchDocumentResponseModifier and TypeMethodDescriptionprotected abstract <T> reactor.core.publisher.Mono<SearchDocumentResponse>AbstractReactiveElasticsearchTemplate.doFindForResponse(Query query, Class<?> clazz, IndexCoordinates index) Methods in org.springframework.data.elasticsearch.core with parameters of type SearchDocumentResponseModifier and TypeMethodDescriptionAbstractElasticsearchTemplate.ReadSearchDocumentResponseCallback.doWith(SearchDocumentResponse response) AbstractElasticsearchTemplate.ReadSearchScrollDocumentResponseCallback.doWith(SearchDocumentResponse response) AbstractElasticsearchTemplate.SearchDocumentResponseCallback.doWith(SearchDocumentResponse response) SearchHitMapping.mapHits(SearchDocumentResponse searchDocumentResponse, List<T> contents) -
Uses of SearchDocumentResponse in org.springframework.data.elasticsearch.core.document
Methods in org.springframework.data.elasticsearch.core.document that return types with arguments of type SearchDocumentResponseModifier and TypeMethodDescriptiondefault Map<String,SearchDocumentResponse> SearchDocument.getInnerHits()SearchDocumentAdapter.getInnerHits()