Uses of Class
org.springframework.data.elasticsearch.core.query.UpdateQuery
Packages that use UpdateQuery
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of UpdateQuery in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type UpdateQueryModifier and TypeMethodDescriptionElasticsearchTemplate.update(UpdateQuery updateQuery, IndexCoordinates index) ReactiveElasticsearchTemplate.update(UpdateQuery updateQuery, IndexCoordinates index) ElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) ReactiveElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Method parameters in org.springframework.data.elasticsearch.client.elc with type arguments of type UpdateQueryModifier and TypeMethodDescriptionvoidElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) ReactiveElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) -
Uses of UpdateQuery in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return UpdateQueryModifier and TypeMethodDescriptionprotected <T> UpdateQueryAbstractElasticsearchTemplate.buildUpdateQueryByEntity(T entity) Methods in org.springframework.data.elasticsearch.core with parameters of type UpdateQueryModifier and TypeMethodDescriptionDocumentOperations.update(UpdateQuery updateQuery, IndexCoordinates index) Partial update of the document.ReactiveDocumentOperations.update(UpdateQuery updateQuery, IndexCoordinates index) Partial update of the document.DocumentOperations.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Update document(s) by queryReactiveDocumentOperations.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Update document(s) by query.Method parameters in org.springframework.data.elasticsearch.core with type arguments of type UpdateQueryModifier and TypeMethodDescriptionvoidAbstractElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries, Class<?> clazz) voidDocumentOperations.bulkUpdate(List<UpdateQuery> queries, Class<?> clazz) Bulk update all objects.default voidDocumentOperations.bulkUpdate(List<UpdateQuery> queries, IndexCoordinates index) Bulk update all objects.voidDocumentOperations.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Bulk update all objects.ReactiveDocumentOperations.bulkUpdate(List<UpdateQuery> queries, IndexCoordinates index) Bulk update all objects.ReactiveDocumentOperations.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Bulk update all objects. -
Uses of UpdateQuery in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return UpdateQuery