weaviate-client
    Preparing search index...

    Type Alias InvertedIndexConfig

    type InvertedIndexConfig = {
        bm25: { b: number; k1: number };
        cleanupIntervalSeconds: number;
        indexNullState: boolean;
        indexPropertyLength: boolean;
        indexTimestamps: boolean;
        stopwords: { additions: string[]; preset: string; removals: string[] };
    }
    Index

    Properties

    bm25: { b: number; k1: number }
    cleanupIntervalSeconds: number
    indexNullState: boolean
    indexPropertyLength: boolean
    indexTimestamps: boolean
    stopwords: { additions: string[]; preset: string; removals: string[] }