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 Type
    Method
    Description
    Execute the sql query against elasticsearch and return result as SqlResponse
  • Method Details

    • search

      Mono<SqlResponse> search(SqlQuery query)
      Execute the sql query against elasticsearch and return result as SqlResponse
      Parameters:
      query - the query to execute
      Returns:
      SqlResponse containing the list of found objects