Type alias CreateMultiDelimiterAnalyzerOptions

CreateMultiDelimiterAnalyzerOptions: CreateAnalyzerOptionsType<"multi_delimiter", {
    delimiters: string[];
}>

Options for creating a Multi-Delimiter Analyzer.

Type declaration

  • delimiters: string[]

    This value will be used as delimiter to split text into tokens as specified in RFC 4180, without starting new records on newlines.