| 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 |
| Modifier and Type | Method and Description |
|---|---|
protected List<IndexedObjectInformation> |
ElasticsearchTemplate.checkForBulkOperationFailure(co.elastic.clients.elasticsearch.core.BulkResponse bulkResponse)
extract the list of
IndexedObjectInformation from a BulkResponse. |
List<IndexedObjectInformation> |
ElasticsearchTemplate.doBulkOperation(List<?> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
static IndexedObjectInformation |
IndexedObjectInformation.of(String id,
Long seqNo,
Long primaryTerm,
Long version) |
| 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) |
default List<IndexedObjectInformation> |
DocumentOperations.bulkIndex(List<IndexQuery> queries,
Class<?> clazz)
Bulk index all objects.
|
List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries,
Class<?> clazz) |
default List<IndexedObjectInformation> |
DocumentOperations.bulkIndex(List<IndexQuery> queries,
IndexCoordinates index)
Bulk index all objects.
|
List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.bulkOperation(List<?> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
protected List<IndexedObjectInformation> |
ElasticsearchRestTemplate.checkForBulkOperationFailure(org.elasticsearch.action.bulk.BulkResponse bulkResponse)
extract the list of
IndexedObjectInformation from a BulkResponse. |
abstract List<IndexedObjectInformation> |
AbstractElasticsearchTemplate.doBulkOperation(List<?> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
List<IndexedObjectInformation> |
ElasticsearchRestTemplate.doBulkOperation(List<?> queries,
BulkOptions bulkOptions,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
AbstractReactiveElasticsearchTemplate.updateIndexedObject(T entity,
IndexedObjectInformation indexedObjectInformation) |
protected <T> T |
AbstractElasticsearchTemplate.updateIndexedObject(T entity,
IndexedObjectInformation indexedObjectInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractElasticsearchTemplate.updateIndexedObjectsWithQueries(List<?> queries,
List<IndexedObjectInformation> indexedObjectInformationList) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.