| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Method and Description |
|---|---|
UpdateResponse |
DocumentOperations.update(UpdateQuery updateQuery,
IndexCoordinates index)
Partial update of the document.
|
UpdateResponse |
ElasticsearchTemplate.update(UpdateQuery query,
IndexCoordinates index)
Deprecated.
|
UpdateResponse |
ElasticsearchRestTemplate.update(UpdateQuery query,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<UpdateResponse> |
ReactiveDocumentOperations.update(UpdateQuery updateQuery,
IndexCoordinates index)
Partial update of the document.
|
reactor.core.publisher.Mono<UpdateResponse> |
ReactiveElasticsearchTemplate.update(UpdateQuery updateQuery,
IndexCoordinates index) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.