@squidcloud/client
    Preparing search index...

    Interface KnowledgeBaseGraphQueryConcepts

    A document's concept memberships (conceptsOf): facet paths + topics.

    interface KnowledgeBaseGraphQueryConcepts {
        facets: { facetKey: string; id: string; value: string }[];
        topics: string[];
    }
    Index

    Properties

    Properties

    facets: { facetKey: string; id: string; value: string }[]

    The facet values the document carries, with their persistable leaf ids.

    topics: string[]

    Names of the topics (flat themes) the document belongs to. Thematic — refs re-resolve by name.