Module spring.data.elasticsearch
Interface SqlOperations
- All Known Subinterfaces:
ElasticsearchOperations
- All Known Implementing Classes:
AbstractElasticsearchTemplate,ElasticsearchTemplate
public interface SqlOperations
The operations for the
SQL search API.
- Since:
- 5.4
- Author:
- Aouichaoui Youssef
-
Method Summary
Modifier and TypeMethodDescriptionExecute the sqlqueryagainst elasticsearch and return result asSqlResponse
-
Method Details
-
search
Execute the sqlqueryagainst elasticsearch and return result asSqlResponse- Parameters:
query- the query to execute- Returns:
SqlResponsecontaining the list of found objects
-