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.
-
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) 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.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.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.