SearchResponseHits

April 15, 2026 ยท View on GitHub

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

Properties

NameTypeDescriptionNotes
maxScoreIntegerMaximum score among the matched documents[optional]
totalIntegerTotal number of matched documents[optional]
totalRelationStringIndicates whether the total number of hits is accurate or an estimate[optional]
hitsList<HitsHits>Array of hit objects, each representing a matched document[optional]