@maschinenlesbar.org/deutsche-digitale-bibliothek-cli
    Preparing search index...

    Interface SolrResponse

    A native Apache Solr response, as returned by the v2 search passthrough.

    interface SolrResponse {
        facet_counts?: JsonObject;
        response: SolrResponseBody;
        responseHeader?: JsonObject;
        [key: string]: JsonValue | SolrResponseBody | undefined;
    }

    Indexable

    Index
    facet_counts?: JsonObject

    Present when faceting was requested (--facet): counts per field/query.

    responseHeader?: JsonObject

    Echoes the parsed request params and Solr timing/status.