Interface ElasticsearchOperations

All Superinterfaces:
DocumentOperations, ScriptOperations, SearchOperations
All Known Implementing Classes:
AbstractElasticsearchTemplate, ElasticsearchRestTemplate, ElasticsearchTemplate

public interface ElasticsearchOperations extends DocumentOperations, SearchOperations, ScriptOperations
ElasticsearchOperations. Since 4.0 this interface only contains common helper functions, the other methods have been moved to the different interfaces that are extended by ElasticsearchOperations. The interfaces now reflect the REST API structure of Elasticsearch.
Author:
Rizwan Idrees, Mohsin Husen, Kevin Leturc, Zetang Zeng, Dmitriy Yakovlev, Peter-Josef Meisch