Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 808 Bytes

File metadata and controls

26 lines (21 loc) · 808 Bytes
code type title description order
false
page
Properties
SearchResult class properties
100

Properties

Property Type Description
aggregations
object
Search aggregations (can be undefined)
hits
object[]
Page results
total
number
Total number of items that can be retrieved
fetched
number
Number of retrieved items so far

hits

Each object of the hits array contain the following properties:

Property Type Description
_id
string
Document ID
_score
number
Relevance score
_source
object
Document content