Object containing the search hits, which represent the documents that matched the query.
Name | Type | Description | Notes |
---|---|---|---|
MaxScore | int | Maximum score among the matched documents | [optional] |
Total | int | Total number of matched documents | [optional] |
TotalRelation | string | Indicates whether the total number of hits is accurate or an estimate | [optional] |
Hits | List<Object> | Array of hit objects, each representing a matched document | [optional] |