Type alias CreateDelimiterAnalyzerOptions

CreateDelimiterAnalyzerOptions: { features?: AnalyzerFeature[]; properties: string | { delimiter: string }; type: "delimiter" }

Options for creating a Delimiter Analyzer.

Type declaration

  • Optional features?: AnalyzerFeature[]

    Features to enable for this Analyzer.

  • properties: string | { delimiter: string }

    Additional properties for the Analyzer.

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

  • type: "delimiter"

    Type of the Analyzer.

Generated using TypeDoc