This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
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: