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.
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 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.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return ByQueryResponseModifier and TypeMethodDescriptionstatic ByQueryResponseResponseConverter.byQueryResponseOf(org.elasticsearch.index.reindex.BulkByScrollResponse bulkByScrollResponse) Deprecated.ElasticsearchRestTemplate.delete(Query query, Class<?> clazz, IndexCoordinates index) Deprecated.ElasticsearchRestTemplate.updateByQuery(UpdateQuery query, IndexCoordinates index) Deprecated.Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type ByQueryResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ByQueryResponse>ReactiveElasticsearchTemplate.delete(Query query, Class<?> entityType, IndexCoordinates index) Deprecated.reactor.core.publisher.Mono<ByQueryResponse>DefaultReactiveElasticsearchClient.updateBy(HttpHeaders headers, org.elasticsearch.index.reindex.UpdateByQueryRequest updateRequest) Deprecated.default reactor.core.publisher.Mono<ByQueryResponse>ReactiveElasticsearchClient.updateBy(Consumer<org.elasticsearch.index.reindex.UpdateByQueryRequest> consumer) Deprecated.Execute aUpdateByQueryRequestagainst the update by query API.default reactor.core.publisher.Mono<ByQueryResponse>ReactiveElasticsearchClient.updateBy(org.elasticsearch.index.reindex.UpdateByQueryRequest updateRequest) Deprecated.Execute aUpdateByQueryRequestagainst the update by query API.reactor.core.publisher.Mono<ByQueryResponse>ReactiveElasticsearchClient.updateBy(HttpHeaders headers, org.elasticsearch.index.reindex.UpdateByQueryRequest updateRequest) Deprecated.Execute aUpdateByQueryRequestagainst the update by query API.reactor.core.publisher.Mono<ByQueryResponse>ReactiveElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Deprecated. -
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