Expand description
Composable text analysis pipeline.
text -> CharFilter* -> Tokenizer -> TokenFilter* -> tokensStructs§
Functions§
- keyword_
analyzer Keywordtokenizer with no filters.- standard_
analyzer Standard+Lowercase+ASCIIFolding+Stop+PorterStem.- standard_
cjk_ analyzer standard_analyzerextended with character-level n-grams (2..=3) for CJK-style text where words are not whitespace-delimited.- whitespace_
analyzer WhitespaceTokenizer+Lowercase.