Interface IGroupByValue

Describe a single group by value, returned by a IGroupByResult

Index

Properties

Optional computedFieldResults

computedFieldResults: number[]

If there was ny computed field request, the results will be available here.

Optional lookupValue

lookupValue: string

The lookup value if it was specified.

numberOfResults

numberOfResults: number

The number of results that match this value in the index for this particular group by request

score

score: number

The relevance score.

value

value: string

The string value. Think : Facet label.

Hierarchy