| 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 |
|---|---|
void |
ElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
reactor.core.publisher.Mono<Void> |
ReactiveElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
List<IndexedObjectInformation> |
ElasticsearchTemplate.doBulkOperation(List<?> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexedObjectInformation> |
DocumentOperations.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions,
Class<?> clazz)
Bulk index all objects.
|
List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions,
Class<?> clazz) |
List<IndexedObjectInformation> |
DocumentOperations.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index)
Bulk index all objects.
|
List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.bulkOperation(List<?> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
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.
|
abstract List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.doBulkOperation(List<?> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
List<IndexedObjectInformation> |
ElasticsearchRestTemplate.doBulkOperation(List<?> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
protected reactor.core.publisher.Flux<org.elasticsearch.action.bulk.BulkItemResponse> |
ReactiveElasticsearchTemplate.doBulkOperation(List<?> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
BulkOptions |
BulkOptions.BulkOptionsBuilder.build() |
static BulkOptions |
BulkOptions.defaultOptions()
Return default
BulkOptions. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.