| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.document |
Classes related to the Document structure of Elasticsearch documents and search responses.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> SearchDocumentResponse.EntityCreator<T> |
AbstractElasticsearchTemplate.getEntityCreator(AbstractElasticsearchTemplate.ReadDocumentCallback<T> documentCallback) |
| Modifier and Type | Method and Description |
|---|---|
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 result
Mono. |
| Modifier and Type | Method and Description |
|---|---|
static <T> SearchDocumentResponse |
SearchDocumentResponseBuilder.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 a
SearchDocumentResponseBuilder from SearchHits with the given scrollId aggregations and
suggest |
static <T> SearchDocumentResponse |
SearchDocumentResponseBuilder.from(org.elasticsearch.action.search.SearchResponse searchResponse,
SearchDocumentResponse.EntityCreator<T> entityCreator)
creates a SearchDocumentResponse from the
SearchResponse |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.