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<Veccrate::models::HitsHits> | Array of hit objects, each representing a matched document | [optional] |