Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Analyzer

A analyzer converts a string into tokens which are added to the inverted index for searching.

Hierarchy

  • Analyzer

Implemented by

Index

Properties

Optional char_filter

char_filter: CharacterFilter[]

The character filters of the analyzer.

Optional token_filter

token_filter: TokenFilter[]

The token filters of the analyzer.

tokenizer

tokenizer: Tokenizer

The tokenizer of the analyzer.

Generated using TypeDoc