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.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type ByQueryResponseModifier and TypeMethodDescriptionReactiveElasticsearchTemplate.delete(DeleteQuery query, Class<?> entityType, IndexCoordinates index) 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 TypeMethodDescriptionDocumentOperations.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.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 TypeMethodDescriptionAbstractReactiveElasticsearchTemplate.delete(DeleteQuery query, Class<?> entityType) ReactiveDocumentOperations.delete(DeleteQuery query, Class<?> entityType) Delete the documents matching the givenQueryextracting index from entity metadata.ReactiveDocumentOperations.delete(DeleteQuery query, Class<?> entityType, IndexCoordinates index) Delete the documents matching the givenQueryextracting index from entity metadata.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