Expand description
Named Analyzer registry. Built-in entries (whitespace, standard,
standard_cjk, keyword, and feature-enabled nori) are immutable. Users
register custom analyzers under any other name; built-in names cannot be
overwritten or dropped.
Enums§
Constants§
- DEFAULT_
ANALYZER_ NAME - Built-in default analyzer name.
Functions§
- builtin_
analyzer_ names - Return the names of every built-in analyzer exposed by this feature set.
- drop_
analyzer - get_
analyzer - is_
builtin_ analyzer - Return whether a name is reserved by an immutable built-in analyzer.
- list_
analyzers - register_
analyzer