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.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
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 ofIndexedObjectInformationfrom aBulkResponse.ElasticsearchTemplate.doBulkOperation(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) -
Uses of IndexedObjectInformation in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type IndexedObjectInformationModifier and TypeMethodDescriptionprotected List<IndexedObjectInformation>ElasticsearchRestTemplate.checkForBulkOperationFailure(org.elasticsearch.action.bulk.BulkResponse bulkResponse) Deprecated.extract the list ofIndexedObjectInformationfrom aBulkResponse.ElasticsearchRestTemplate.doBulkOperation(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) Deprecated. -
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 TypeMethodDescriptionprotected <T> TAbstractElasticsearchTemplate.updateIndexedObject(T entity, IndexedObjectInformation indexedObjectInformation) protected <T> TAbstractReactiveElasticsearchTemplate.updateIndexedObject(T entity, IndexedObjectInformation indexedObjectInformation)