SearchResponseHits
July 15, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| max_score | Option<i32> | Maximum score among the matched documents | [optional] |
| total | Option<i32> | Total number of matched documents | [optional] |
| total_relation | Option<String> | Indicates whether the total number of hits is accurate or an estimate | [optional] |
| hits | Option<Vecmodels::HitsHits> | Array of hit objects, each representing a matched document | [optional] |