Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 729 Bytes

SearchResponseHits.md

File metadata and controls

executable file
·
14 lines (9 loc) · 729 Bytes

SearchResponseHits

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

[Back to Model list] [Back to API list] [Back to README]