@squidcloud/client
    Preparing search index...

    Interface KnowledgeBaseGraphFacetValueStatus

    One value leaf of a facet in a graph status response.

    interface KnowledgeBaseGraphFacetValueStatus {
        aliases?: string[];
        docCount: number;
        name: string;
    }
    Index

    Properties

    aliases?: string[]

    Raw variants consolidated into this value ("USA" under "United States"), when any.

    docCount: number

    Documents assigned to this value.

    name: string

    Display name of the value (the most frequent raw variant).