Uses of Record Class
org.springframework.data.elasticsearch.core.IndexedObjectInformation
Packages that use IndexedObjectInformation
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of IndexedObjectInformation in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type IndexedObjectInformationModifier and TypeMethodDescriptionprotected List<IndexedObjectInformation>
ElasticsearchTemplate.checkForBulkOperationFailure
(co.elastic.clients.elasticsearch.core.BulkResponse bulkResponse) extract the list ofIndexedObjectInformation
from aBulkResponse
.ElasticsearchTemplate.doBulkOperation
(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) -
Uses of IndexedObjectInformation in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return types with arguments of type IndexedObjectInformationModifier and TypeMethodDescriptionAbstractElasticsearchTemplate.bulkIndex
(List<IndexQuery> queries, Class<?> clazz) AbstractElasticsearchTemplate.bulkIndex
(List<IndexQuery> queries, BulkOptions bulkOptions, Class<?> clazz) final 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.default List<IndexedObjectInformation>
DocumentOperations.bulkIndex
(List<IndexQuery> queries, IndexCoordinates index) Bulk index all objects.DocumentOperations.bulkIndex
(List<IndexQuery> queries, BulkOptions bulkOptions, Class<?> clazz) Bulk index all objects.DocumentOperations.bulkIndex
(List<IndexQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Bulk index all objects.AbstractElasticsearchTemplate.bulkOperation
(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) abstract List<IndexedObjectInformation>
AbstractElasticsearchTemplate.doBulkOperation
(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) Methods in org.springframework.data.elasticsearch.core with parameters of type IndexedObjectInformationModifier and TypeMethodDescription<T> T
EntityOperations.updateIndexedObject
(T entity, IndexedObjectInformation indexedObjectInformation, ElasticsearchConverter elasticsearchConverter, RoutingResolver routingResolver) Updates an entity after it is stored in Elasticsearch with additional data like id, version, seqno...