Module spring.data.elasticsearch
Interface ReactiveSqlOperations
- All Known Subinterfaces:
ReactiveElasticsearchOperations
- All Known Implementing Classes:
AbstractReactiveElasticsearchTemplate,ReactiveElasticsearchTemplate
public interface ReactiveSqlOperations
The reactive version of 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
-