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.
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.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) protected <T> reactor.core.publisher.Mono<SearchDocumentResponse>ReactiveElasticsearchTemplate.doFindForResponse(org.elasticsearch.action.search.SearchRequest request, SearchDocumentResponse.EntityCreator<T> entityCreator) Customization hook on the actual execution resultMono.protected <T> reactor.core.publisher.Mono<SearchDocumentResponse>ReactiveElasticsearchTemplate.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 SearchDocumentResponseModifier and TypeMethodDescriptionstatic <T> SearchDocumentResponseSearchDocumentResponseBuilder.from(org.elasticsearch.action.search.SearchResponse searchResponse, SearchDocumentResponse.EntityCreator<T> entityCreator) 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) creates aSearchDocumentResponseBuilderfromSearchHitswith the given scrollId aggregations and suggestMethods in org.springframework.data.elasticsearch.core.document that return types with arguments of type SearchDocumentResponseModifier and TypeMethodDescriptiondefault Map<String,SearchDocumentResponse> SearchDocument.getInnerHits()SearchDocumentAdapter.getInnerHits()