A facet to use for field suggestions.

interface FieldSuggestionsFacet {
    displayName: string;
    facetId: string;
    field: string;
    type: "regular" | "hierarchical";
}

Properties

displayName: string

The facet display name.

facetId: string

The facet ID.

field: string

The facet field.

type: "regular" | "hierarchical"

The facet type.