Uses of Interface
org.springframework.data.elasticsearch.core.document.SearchDocumentResponse.EntityCreator
Packages that use SearchDocumentResponse.EntityCreator
Package
Description
Classes related to the Document structure of Elasticsearch documents and search responses.
-
Uses of SearchDocumentResponse.EntityCreator in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return SearchDocumentResponse.EntityCreatorModifier and TypeMethodDescriptionprotected <T> SearchDocumentResponse.EntityCreator<T>AbstractElasticsearchTemplate.getEntityCreator(AbstractElasticsearchTemplate.ReadDocumentCallback<T> documentCallback) Methods in org.springframework.data.elasticsearch.core with parameters of type SearchDocumentResponse.EntityCreatorModifier and TypeMethodDescriptionprotected <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. -
Uses of SearchDocumentResponse.EntityCreator in org.springframework.data.elasticsearch.core.document
Methods in org.springframework.data.elasticsearch.core.document with parameters of type SearchDocumentResponse.EntityCreatorModifier 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 suggest