| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.action.update.UpdateResponse |
ElasticsearchTemplate.update(UpdateQuery query) |
org.elasticsearch.action.update.UpdateResponse |
ElasticsearchOperations.update(UpdateQuery updateQuery)
Partial update of the document
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries) |
void |
ElasticsearchOperations.bulkUpdate(List<UpdateQuery> queries)
Bulk update all objects.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateQuery |
UpdateQueryBuilder.build() |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.