interface CategoryFacetSearchOptions {
    captions?: Record<string, string>;
    numberOfValues?: number;
    query?: string;
}

Properties

captions?: Record<string, string>

A dictionary that maps index field values to facet value display names.

numberOfValues?: number

The maximum number of values to fetch.

10

query?: string

The string to match.