Uses of Class
org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
Packages that use AbstractElasticsearchTemplate
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
-
Uses of AbstractElasticsearchTemplate in org.springframework.data.elasticsearch.client.elc
Modifier and TypeClassDescriptionclassImplementation ofElasticsearchOperationsusing the new Elasticsearch client.Methods in org.springframework.data.elasticsearch.client.elc that return AbstractElasticsearchTemplateModifier and TypeMethodDescriptionprotected AbstractElasticsearchTemplateElasticsearchTemplate.doCopy() -
Uses of AbstractElasticsearchTemplate in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return AbstractElasticsearchTemplateModifier and TypeMethodDescriptionprotected abstract AbstractElasticsearchTemplateAbstractElasticsearchTemplate.doCopy()must return a copy of this instance that will for example be used to set a custom routing resolver without modifying the original object.