Uses of Class
org.springframework.data.elasticsearch.core.query.SearchTemplateQuery
Packages that use SearchTemplateQuery
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of SearchTemplateQuery in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type SearchTemplateQueryModifier and TypeMethodDescriptionprotected <T> SearchHits<T> ElasticsearchTemplate.doSearch(SearchTemplateQuery query, Class<T> clazz, IndexCoordinates index) -
Uses of SearchTemplateQuery in org.springframework.data.elasticsearch.core.query
Subclasses with type arguments of type SearchTemplateQuery in org.springframework.data.elasticsearch.core.queryMethods in org.springframework.data.elasticsearch.core.query that return SearchTemplateQuery