INTERFACE

ESResponseInterface

The classic ElasticSearch result interface

link GraphQL Schema definition

  • interface ESResponseInterface {
  • # Document returned by this search query hits
  • hits: JSON
  • # Search suggest feature
  • suggest: JSON
  • # Aggregations returned when filter have been applied
  • aggregations: JSON
  • }