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

    • search

      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