interface CategoryFacetSearchResult {
    count: number;
    displayValue: string;
    path: string[];
    rawValue: string;
}

Hierarchy (View Summary)

Properties

count: number

An estimate number of result items matching both the current query and the filter expression that would get generated if the facet value were selected.

displayValue: string

The custom facet value display name, as specified in the captions argument of the facet request.

path: string[]

The hierarchical path to the value.

rawValue: string

The original facet value, as retrieved from the field in the index.