weaviate-client
    Preparing search index...

    Type Alias TextAnalyzerConfig

    type TextAnalyzerConfig = {
        asciiFold?: boolean | { ignore: string[] };
        stopwordPreset?: StopwordsPreset | string;
    }
    Index

    Properties

    asciiFold?: boolean | { ignore: string[] }
    stopwordPreset?: StopwordsPreset | string