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.
-
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 TypeMethodDescriptionReactiveElasticsearchTemplate.update
(UpdateQuery updateQuery, IndexCoordinates index) -
Uses of UpdateResponse in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return UpdateResponseModifier and TypeMethodDescription<T> UpdateResponse
AbstractElasticsearchTemplate.update
(T entity) <T> UpdateResponse
AbstractElasticsearchTemplate.update
(T entity, IndexCoordinates index) DocumentOperations.update
(UpdateQuery updateQuery, IndexCoordinates index) Partial update of the document.<T> UpdateResponse
DocumentOperations.update
(T entity) Partially update a document by the given entity.<T> UpdateResponse
DocumentOperations.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 TypeMethodDescriptionReactiveDocumentOperations.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 UpdateResponse
UpdateResponse.of
(UpdateResponse.Result result)