Properties #
Property | Type | Description |
---|---|---|
aggregations | object | Search aggregations (can be undefined) |
fetched | number | Number of retrieved items so far |
hits | object[] | Page results |
suggest | number | Suggesters (opens new window) results Available since 7.6.0 |
total | number | Total number of items that can be retrieved |
hits #
Each object of the hits
array contain the following properties:
Property | Type | Description |
---|---|---|
_id | string | Document ID |
_score | number | Relevance score (opens new window) |
_source | object | Document content |