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()Methods in org.springframework.data.elasticsearch.client.elc with parameters of type AbstractElasticsearchTemplateModifier and TypeMethodDescriptionprotected voidElasticsearchTemplate.customizeCopy(AbstractElasticsearchTemplate copy) -
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.Methods in org.springframework.data.elasticsearch.core with parameters of type AbstractElasticsearchTemplateModifier and TypeMethodDescriptionprotected voidAbstractElasticsearchTemplate.customizeCopy(AbstractElasticsearchTemplate copy) Hook for subclasses to copy additional state duringAbstractElasticsearchTemplate.copy().