weaviate-client
    Preparing search index...

    Type Alias InvertedIndexConfigUpdate

    type InvertedIndexConfigUpdate = {
        bm25?: { b?: number; k1?: number };
        cleanupIntervalSeconds?: number;
        stopwordPresets?: { [presetName: string]: string[] };
        stopwords?: { additions?: string[]; preset?: string; removals?: string[] };
    }
    Index

    Properties

    bm25?: { b?: number; k1?: number }
    cleanupIntervalSeconds?: number
    stopwordPresets?: { [presetName: string]: string[] }
    stopwords?: { additions?: string[]; preset?: string; removals?: string[] }