@triply/triplydb
    Preparing search index...

    Interface ServiceGraphInfo

    interface ServiceGraphInfo {
        error?: string;
        graphName: string;
        statements: number;
        status: LoadStatus;
    }
    Index
    error?: string

    Present when this graph failed to load; the service can still run without it.

    graphName: string

    IRI of the graph, matching the dataset's own graph of that name.

    statements: number

    Statements the service holds, which lags the dataset's count while it is still loading.

    status: LoadStatus

    How far this service has got with loading the graph.