You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.
Properties #
Property | Type | Description |
---|
aggregations | object | Search aggregations (can be undefined) |
hits | object[] | Page results |
total | number | Total number of items that can be retrieved |
fetched | number | Number of retrieved items so far |
hits #
Each object of the hits
array contain the following properties:
Property | Type | Description |
---|
_id | string | Document ID |
_score | number | Relevance score |
_source | object | Document content |