internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaFullTextSearchResultBeta

    type IaFullTextSearchResult = {
        aggregations: {
            "top-collection": IaFullTextSearchResultAggregation;
            "top-creator": IaFullTextSearchResultAggregation;
            "top-languages": IaFullTextSearchResultAggregation;
            "top-mediatype": IaFullTextSearchResultAggregation;
            "top-subject": IaFullTextSearchResultAggregation;
            "top-year": IaFullTextSearchResultAggregation;
        };
        "fts-api": {
            auth: {
                context_scope: string;
                email: string;
                type: "cookies"
                | "S3"
                | string;
            };
            cached: boolean;
            commit: string;
            host: string;
            "logged-in-sig": string;
            "logged-in-user": string;
            query_type: "dsl"
            | "lucene"
            | string;
            version: string;
        };
        hits: {
            hits: IaFullTextSearchResultHitItem[];
            max_score: number;
            total: number;
        };
        "ia-pub-fts-api-wrapper": boolean;
        timed_out: boolean;
        took: number;
    }
    Index

    Properties

    aggregations: {
        "top-collection": IaFullTextSearchResultAggregation;
        "top-creator": IaFullTextSearchResultAggregation;
        "top-languages": IaFullTextSearchResultAggregation;
        "top-mediatype": IaFullTextSearchResultAggregation;
        "top-subject": IaFullTextSearchResultAggregation;
        "top-year": IaFullTextSearchResultAggregation;
    }
    "fts-api": {
        auth: {
            context_scope: string;
            email: string;
            type: "cookies" | "S3" | string;
        };
        cached: boolean;
        commit: string;
        host: string;
        "logged-in-sig": string;
        "logged-in-user": string;
        query_type: "dsl"
        | "lucene"
        | string;
        version: string;
    }
    hits: {
        hits: IaFullTextSearchResultHitItem[];
        max_score: number;
        total: number;
    }
    "ia-pub-fts-api-wrapper": boolean
    timed_out: boolean
    took: number