| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.document |
| Modifier and Type | Method and Description |
|---|---|
protected reactor.core.publisher.Flux<SearchDocument> |
ReactiveElasticsearchTemplate.doFind(org.elasticsearch.action.search.SearchRequest request)
Customization hook on the actual execution result
Publisher. |
protected reactor.core.publisher.Flux<SearchDocument> |
ReactiveElasticsearchTemplate.doScroll(org.elasticsearch.action.search.SearchRequest request)
Customization hook on the actual execution result
Publisher. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<T> |
ReactiveElasticsearchTemplate.SearchDocumentCallback.toEntity(SearchDocument response) |
reactor.core.publisher.Mono<T> |
ReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toEntity(SearchDocument response) |
reactor.core.publisher.Mono<SearchHit<T>> |
ReactiveElasticsearchTemplate.SearchDocumentCallback.toSearchHit(SearchDocument response) |
reactor.core.publisher.Mono<SearchHit<T>> |
ReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toSearchHit(SearchDocument response) |
| Modifier and Type | Method and Description |
|---|---|
static SearchDocument |
DocumentAdapters.from(org.elasticsearch.search.SearchHit source)
Create a
SearchDocument from SearchHit. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchDocument> |
SearchDocumentResponse.getSearchDocuments() |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.