Skip to main content

Module registry

Module registry 

Source
Expand description

Named Analyzer registry. Built-in entries (whitespace, standard, standard_cjk, keyword) are immutable. Users register custom analyzers under any other name; built-in names cannot be overwritten or dropped.

Enums§

RegistryError

Constants§

DEFAULT_ANALYZER_NAME
Built-in default analyzer name.

Functions§

drop_analyzer
get_analyzer
list_analyzers
register_analyzer