Uses of Class
org.springframework.data.elasticsearch.core.query.ByQueryResponse
Packages that use ByQueryResponse
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of ByQueryResponse in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return ByQueryResponseModifier and TypeMethodDescriptionElasticsearchTemplate.delete(Query query, Class<?> clazz, IndexCoordinates index) ElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type ByQueryResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ByQueryResponse>ReactiveElasticsearchTemplate.delete(Query query, Class<?> entityType, IndexCoordinates index) reactor.core.publisher.Mono<ByQueryResponse>ReactiveElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) -
Uses of ByQueryResponse in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ByQueryResponseModifier and TypeMethodDescriptionDelete all records matching the query.DocumentOperations.delete(Query query, Class<?> clazz, IndexCoordinates index) Delete all records matching the query.DocumentOperations.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Update document(s) by queryMethods in org.springframework.data.elasticsearch.core that return types with arguments of type ByQueryResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ByQueryResponse>reactor.core.publisher.Mono<ByQueryResponse>Delete the documents matching the givenQueryextracting index from entity metadata.reactor.core.publisher.Mono<ByQueryResponse>ReactiveDocumentOperations.delete(Query query, Class<?> entityType, IndexCoordinates index) Delete the documents matching the givenQueryextracting index from entity metadata.reactor.core.publisher.Mono<ByQueryResponse>ReactiveDocumentOperations.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Update document(s) by query. -
Uses of ByQueryResponse in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return ByQueryResponse