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