Uses of Class
org.springframework.data.elasticsearch.core.query.IndexQuery
Packages that use IndexQuery
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of IndexQuery in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type IndexQueryModifier and TypeMethodDescriptionElasticsearchTemplate.doIndex(IndexQuery query, IndexCoordinates indexCoordinates) -
Uses of IndexQuery in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return IndexQueryModifier and TypeMethodDescriptionprotected IndexQueryAbstractReactiveElasticsearchTemplate.getIndexQuery(Object value) Methods in org.springframework.data.elasticsearch.core that return types with arguments of type IndexQueryMethods in org.springframework.data.elasticsearch.core with parameters of type IndexQueryModifier and TypeMethodDescriptionabstract StringAbstractElasticsearchTemplate.doIndex(IndexQuery query, IndexCoordinates indexCoordinates) AbstractElasticsearchTemplate.index(IndexQuery query, IndexCoordinates index) DocumentOperations.index(IndexQuery query, IndexCoordinates index) Index an object.Method parameters in org.springframework.data.elasticsearch.core with type arguments of type IndexQueryModifier and TypeMethodDescriptionAbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries, Class<?> clazz) AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries, BulkOptions bulkOptions, Class<?> clazz) final List<IndexedObjectInformation>AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) default List<IndexedObjectInformation>DocumentOperations.bulkIndex(List<IndexQuery> queries, Class<?> clazz) Bulk index all objects.default List<IndexedObjectInformation>DocumentOperations.bulkIndex(List<IndexQuery> queries, IndexCoordinates index) Bulk index all objects.DocumentOperations.bulkIndex(List<IndexQuery> queries, BulkOptions bulkOptions, Class<?> clazz) Bulk index all objects.DocumentOperations.bulkIndex(List<IndexQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Bulk index all objects. -
Uses of IndexQuery in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return IndexQuery