| 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) |
reactor.core.publisher.Mono<UpdateResponse> |
ReactiveElasticsearchTemplate.update(UpdateQuery updateQuery,
IndexCoordinates index) |
ByQueryResponse |
ElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery,
IndexCoordinates index) |
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
reactor.core.publisher.Mono<Void> |
ReactiveElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries,
BulkOptions bulkOptions,
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) |
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.
|
ByQueryResponse |
DocumentOperations.updateByQuery(UpdateQuery updateQuery,
IndexCoordinates index)
Update document(s) by query
|
ByQueryResponse |
ElasticsearchRestTemplate.updateByQuery(UpdateQuery query,
IndexCoordinates index) |
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery,
IndexCoordinates index) |
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveDocumentOperations.updateByQuery(UpdateQuery updateQuery,
IndexCoordinates index)
Update document(s) by query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentOperations.bulkUpdate(List<UpdateQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index)
Bulk update all objects.
|
void |
ElasticsearchRestTemplate.bulkUpdate(List<UpdateQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
reactor.core.publisher.Mono<Void> |
ReactiveElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
reactor.core.publisher.Mono<Void> |
ReactiveDocumentOperations.bulkUpdate(List<UpdateQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index)
Bulk update all objects.
|
void |
DocumentOperations.bulkUpdate(List<UpdateQuery> queries,
Class<?> clazz)
Bulk update all objects.
|
void |
AbstractElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries,
Class<?> clazz) |
default void |
DocumentOperations.bulkUpdate(List<UpdateQuery> queries,
IndexCoordinates index)
Bulk update all objects.
|
default reactor.core.publisher.Mono<Void> |
ReactiveDocumentOperations.bulkUpdate(List<UpdateQuery> queries,
IndexCoordinates index)
Bulk update all objects.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateQuery |
UpdateQuery.Builder.build() |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.