Kuromoji で本文を解析できるようにマッピングを作成。
PUT jawiki
{
"mappings": {
"properties": {
"doc": {
"properties": {
"revision": {
"properties": {
"text": {
"properties": {
"content": {
"type": "text",
"analyzer": "kuromoji"
}
}
}
}
}
}
}
}
}
}