featherbit UI
    Preparing search index...

    Interface PayloadBlock

    One rendered block: the main JSON (or text), then any lifted string field.

    interface PayloadBlock {
        label?: string;
        lang: "text" | "json";
        text: string;
    }
    Index
    label?: string

    Field name, for a block lifted out of the JSON.

    lang: "text" | "json"
    text: string