FieldedText TypeScript Library
    Preparing search index...
    interface ToIntegerArrayResult {
        array: number[];
        errorText: string;
        success: boolean;
    }
    Index
    array: number[]
    errorText: string
    success: boolean