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: