| 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.query |
| Modifier and Type | Method and Description |
|---|---|
UpdateResponse |
ElasticsearchTemplate.update(UpdateQuery updateQuery,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<UpdateResponse> |
ReactiveElasticsearchTemplate.update(UpdateQuery updateQuery,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
UpdateResponse |
DocumentOperations.update(UpdateQuery updateQuery,
IndexCoordinates index)
Partial update of the document.
|
UpdateResponse |
ElasticsearchRestTemplate.update(UpdateQuery query,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<UpdateResponse> |
ReactiveElasticsearchTemplate.update(UpdateQuery updateQuery,
IndexCoordinates index) |
reactor.core.publisher.Mono<UpdateResponse> |
ReactiveDocumentOperations.update(UpdateQuery updateQuery,
IndexCoordinates index)
Partial update of the document.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateResponse |
UpdateResponse.of(UpdateResponse.Result result) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.