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(DeleteQuery query, Class<?> clazz) ElasticsearchTemplate.delete(DeleteQuery query, Class<?> clazz, IndexCoordinates index) ElasticsearchTemplate.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(DeleteQuery query, Class<?> entityType, IndexCoordinates index) reactor.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 TypeMethodDescriptionDeprecated.DocumentOperations.delete(DeleteQuery query, Class<?> clazz) Delete all records matching the query.DocumentOperations.delete(DeleteQuery query, Class<?> clazz, IndexCoordinates index) Delete all records matching the query.Deprecated.DocumentOperations.delete(Query query, Class<?> clazz, IndexCoordinates index) Deprecated.since 5.3.0, useDocumentOperations.delete(DeleteQuery, Class, IndexCoordinates)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>AbstractReactiveElasticsearchTemplate.delete(DeleteQuery query, Class<?> entityType) reactor.core.publisher.Mono<ByQueryResponse>Deprecated.reactor.core.publisher.Mono<ByQueryResponse>ReactiveDocumentOperations.delete(DeleteQuery query, Class<?> entityType) Delete the documents matching the givenQueryextracting index from entity metadata.reactor.core.publisher.Mono<ByQueryResponse>ReactiveDocumentOperations.delete(DeleteQuery query, Class<?> entityType, IndexCoordinates index) Delete the documents matching the givenQueryextracting index from entity metadata.reactor.core.publisher.Mono<ByQueryResponse>Deprecated.since 5.3.0, useReactiveDocumentOperations.delete(DeleteQuery, Class)reactor.core.publisher.Mono<ByQueryResponse>ReactiveDocumentOperations.delete(Query query, Class<?> entityType, IndexCoordinates index) Deprecated.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
DocumentOperations.delete(DeleteQuery, Class)