Uses of Class
org.springframework.data.elasticsearch.core.query.BulkOptions
Packages that use BulkOptions
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 BulkOptions in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type BulkOptionsModifier and TypeMethodDescriptionvoidElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) reactor.core.publisher.Mono<Void>ReactiveElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) ElasticsearchTemplate.doBulkOperation(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) -
Uses of BulkOptions in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc with parameters of type BulkOptionsModifier and TypeMethodDescriptionvoidElasticsearchRestTemplate.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Deprecated.reactor.core.publisher.Mono<Void>ReactiveElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Deprecated.ElasticsearchRestTemplate.doBulkOperation(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) Deprecated.protected reactor.core.publisher.Flux<org.elasticsearch.action.bulk.BulkItemResponse>ReactiveElasticsearchTemplate.doBulkOperation(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) Deprecated. -
Uses of BulkOptions in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core with parameters of type BulkOptionsModifier and TypeMethodDescriptionAbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries, BulkOptions bulkOptions, Class<?> clazz) final List<IndexedObjectInformation>AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) 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) voidDocumentOperations.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Bulk update all objects.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) -
Uses of BulkOptions in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return BulkOptionsModifier and TypeMethodDescriptionBulkOptions.BulkOptionsBuilder.build()static BulkOptionsBulkOptions.defaultOptions()Return defaultBulkOptions.