Skip to content

Latest commit

 

History

History
executable file
·
20 lines (13 loc) · 962 Bytes

File metadata and controls

executable file
·
20 lines (13 loc) · 962 Bytes

HitsHits

Search hit representing a matched document

Properties

Name Type Description Notes
id Long The ID of the matched document [optional]
score Integer The score of the matched document [optional]
source Object The source data of the matched document [optional]
knnDist BigDecimal 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]