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