@mayaeh ぁー、そういう問題が…。 curl -XPUT -H Content-Type:application/json http://localhost:9200/idx_ak/_mapping/type_bk -d '{
"properties" : {
"kw" : {
"type" : "text"
,"analyzer": "my_ja_analyzer"
,"fields": {
"raw": {
"type" : "text"
,"analyzer": "my_ja_analyzer2"
}
}
}
}
}'
ES的にはこんな感じで出来てたんですけど、Chewyは使ったことないなあ…