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 TypeMethodDescriptionreactor.core.publisher.Mono<UpdateResponse>ReactiveElasticsearchTemplate.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 TypeMethodDescriptionDocumentOperations.update(UpdateQuery updateQuery, IndexCoordinates index) Partial update of the document.ElasticsearchRestTemplate.update(UpdateQuery query, IndexCoordinates index) 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.reactor.core.publisher.Mono<UpdateResponse>ReactiveElasticsearchTemplate.update(UpdateQuery updateQuery, IndexCoordinates index)