Interface IFacetResponse

An item in the response of a Search API facet request.

Index

Properties

facetId

facetId: string

The unique facet identifier in the search interface.

field

field: string

The name of the field on which the facet is based.

moreValuesAvailable

moreValuesAvailable: boolean

Whether additional values are available for the facet.

values

values: IFacetResponseValue[]

The returned facet values.

See IFacetResponseValue

Hierarchy

  • IFacetResponse