Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 630 Bytes

SearchResponseHits.md

File metadata and controls

17 lines (9 loc) · 630 Bytes

SearchResponseHits

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

Properties

Name Type Description Notes
maxScore Integer Maximum score among the matched documents [optional]
total Integer 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]