- Plugins and Integrations: other versions:
- Introduction to plugins
- Plugin Management
- API Extension Plugins
- Alerting Plugins
- Analysis Plugins
- Discovery Plugins
- Ingest Plugins
- Management Plugins
- Mapper Plugins
- Security 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.
nori_readingform token filter
editnori_readingform
token filter
editThe nori_readingform
token filter rewrites tokens written in Hanja to their Hangul form.
PUT nori_sample { "settings": { "index":{ "analysis":{ "analyzer" : { "my_analyzer" : { "tokenizer" : "nori_tokenizer", "filter" : ["nori_readingform"] } } } } } } GET nori_sample/_analyze { "analyzer": "my_analyzer", "text": "鄕歌" }
Which responds with:
Was this helpful?
Thank you for your feedback.