Uses of Class
org.springframework.data.elasticsearch.core.query.UpdateResponse
Packages that use UpdateResponse
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 UpdateResponse in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return UpdateResponseModifier and TypeMethodDescriptionElasticsearchTemplate.update(UpdateQuery updateQuery, IndexCoordinates index) Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type UpdateResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<UpdateResponse>ReactiveElasticsearchTemplate.update(UpdateQuery updateQuery, IndexCoordinates index) -
Uses of UpdateResponse in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return UpdateResponseModifier and TypeMethodDescriptionElasticsearchRestTemplate.update(UpdateQuery query, IndexCoordinates index) Deprecated.Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type UpdateResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<UpdateResponse>ReactiveElasticsearchTemplate.update(UpdateQuery updateQuery, IndexCoordinates index) Deprecated. -
Uses of UpdateResponse in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return UpdateResponseModifier and TypeMethodDescription<T> UpdateResponseAbstractElasticsearchTemplate.update(T entity) <T> UpdateResponseAbstractElasticsearchTemplate.update(T entity, IndexCoordinates index) DocumentOperations.update(UpdateQuery updateQuery, IndexCoordinates index) Partial update of the document.<T> UpdateResponseDocumentOperations.update(T entity) Partially update a document by the given entity.<T> UpdateResponseDocumentOperations.update(T entity, IndexCoordinates index) Partially update a document by the given entity.Methods in org.springframework.data.elasticsearch.core that return types with arguments of type UpdateResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<UpdateResponse>ReactiveDocumentOperations.update(UpdateQuery updateQuery, IndexCoordinates index) Partial update of the document. -
Uses of UpdateResponse in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return UpdateResponseModifier and TypeMethodDescriptionstatic UpdateResponseUpdateResponse.of(UpdateResponse.Result result)