Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 1.08 KB

HitsHits.md

File metadata and controls

executable file
·
18 lines (14 loc) · 1.08 KB

ManticoreSearch.Model.HitsHits

Search hit representing a matched document

Properties

Name Type Description Notes
Id long The ID of the matched document [optional]
Score int The score of the matched document [optional]
Source Object The source data of the matched document [optional]
KnnDist decimal The knn distance of the matched document returned for knn queries [optional]
Highlight Object The highlighting-related data of the matched document [optional]
Table string The table name of the matched document returned for percolate queries [optional]
Type string The type of the matched document returned for percolate queries [optional]
Fields Object The percolate-related fields of the matched document returned for percolate queries [optional]

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