Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 784 Bytes

SearchResponseHits.md

File metadata and controls

14 lines (10 loc) · 784 Bytes

ManticoreSearch.Model.SearchResponseHits

Object containing the search hits, which represent the documents that matched the query.

Properties

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]

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