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> 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> 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()