| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.client.elc |
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.document |
Classes related to the Document structure of Elasticsearch documents and search responses.
|
| org.springframework.data.elasticsearch.core.suggest.response |
| Modifier and Type | Method and Description |
|---|---|
protected reactor.core.publisher.Flux<SearchDocument> |
ReactiveElasticsearchTemplate.doFind(Query query,
Class<?> clazz,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract reactor.core.publisher.Flux<SearchDocument> |
AbstractReactiveElasticsearchTemplate.doFind(Query query,
Class<?> clazz,
IndexCoordinates index) |
protected reactor.core.publisher.Flux<SearchDocument> |
ReactiveElasticsearchTemplate.doFind(Query query,
Class<?> clazz,
IndexCoordinates index) |
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 |
|---|---|
SearchHit<T> |
SearchHitMapping.mapHit(SearchDocument searchDocument,
T content) |
reactor.core.publisher.Mono<T> |
AbstractReactiveElasticsearchTemplate.SearchDocumentCallback.toEntity(SearchDocument response) |
reactor.core.publisher.Mono<T> |
AbstractReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toEntity(SearchDocument response) |
reactor.core.publisher.Mono<SearchHit<T>> |
AbstractReactiveElasticsearchTemplate.SearchDocumentCallback.toSearchHit(SearchDocument response) |
reactor.core.publisher.Mono<SearchHit<T>> |
AbstractReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toSearchHit(SearchDocument response) |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchDocumentAdapter
SearchDocument implementation using a Document delegate. |
| Modifier and Type | Method and Description |
|---|---|
SearchDocument |
SearchDocumentAdapter.append(String key,
Object value) |
static SearchDocument |
DocumentAdapters.from(org.elasticsearch.search.SearchHit source)
Create a
SearchDocument from SearchHit. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchDocument> |
SearchDocumentResponse.getSearchDocuments() |
| Constructor and Description |
|---|
SearchDocumentResponse(long totalHits,
String totalHitsRelation,
float maxScore,
String scrollId,
List<SearchDocument> searchDocuments,
AggregationsContainer<?> aggregationsContainer,
Suggest suggest) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletionSuggestion.Entry.Option.updateSearchHit(BiFunction<SearchDocument,T,SearchHit<T>> mapper) |
| Constructor and Description |
|---|
Option(String text,
String highlighted,
float score,
Boolean collateMatch,
Map<String,Set<String>> contexts,
ScoreDoc scoreDoc,
SearchDocument searchDocument,
T hitEntity) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.