Type alias StopwordsAnalyzerDescription

StopwordsAnalyzerDescription: AnalyzerDescriptionType<"stopwords", {
    hex: boolean;
    stopwords: string[];
}>

An object describing a Stopwords Analyzer

Type declaration

  • hex: boolean
  • stopwords: string[]