Class ElasticsearchTemplate

java.lang.Object
org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
All Implemented Interfaces:
Aware, ApplicationContextAware, DocumentOperations, ElasticsearchOperations, ScriptOperations, SearchOperations

public class ElasticsearchTemplate extends AbstractElasticsearchTemplate
Implementation of ElasticsearchOperations using the new Elasticsearch client.
Since:
4.4
Author:
Peter-Josef Meisch, Hamid Rahimi