weaviate-client
    Preparing search index...

    Type Alias InvertedIndexConfigUpdate

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

    Properties

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