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> 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 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 UpdateResponseUpdateResponse.of(UpdateResponse.Result result)