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

    Type Alias IaFullTextSearchResultHitItemBeta

    type IaFullTextSearchResultHitItem = {
        _id: string;
        _index: string;
        _score: number;
        _type: string;
        fields: { identifier: string | [string] } & IaBaseMetadataType;
        highlight: { text: string[] };
    }
    Index

    Properties

    _id: string
    _index: string
    _score: number
    _type: string
    fields: { identifier: string | [string] } & IaBaseMetadataType
    highlight: { text: string[] }