Manticoresearch.SearchResponseHits
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| maxScore | Number | Maximum score among the matched documents | [optional] |
| total | Number | Total number of matched documents | [optional] |
| totalRelation | String | Indicates whether the total number of hits is accurate or an estimate | [optional] |
| hits | [HitsHits] | Array of hit objects, each representing a matched document | [optional] |