NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
nori_readingform token filter
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
nori_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: