Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 646 Bytes

File metadata and controls

16 lines (9 loc) · 646 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<HitsHits> Array of hit objects, each representing a matched document [optional]