- Plugins and Integrations: other versions:
- Introduction to plugins
- Plugin Management
- API Extension Plugins
- Analysis Plugins
- Discovery Plugins
- Mapper Plugins
- Snapshot/Restore Repository Plugins
- Store Plugins
- Integrations
- Help for plugin authors
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Reimplementing and extending the analyzers
editReimplementing and extending the analyzers
editThe smartcn
analyzer could be reimplemented as a custom
analyzer that can
then be extended and configured as follows:
PUT smartcn_example { "settings": { "analysis": { "analyzer": { "rebuilt_smartcn": { "tokenizer": "smartcn_tokenizer", "filter": [ "porter_stem", "smartcn_stop" ] } } } } }
Was this helpful?
Thank you for your feedback.