This commit is contained in:
syuilo
2018-07-04 13:21:30 +09:00
parent 4636768810
commit 67afe968b4
5 changed files with 85 additions and 19 deletions

View File

@@ -35,29 +35,16 @@
"bio": {
"type": "string",
"index": "analyzed",
"analyzer": "kuromoji"
"analyzer": "bigram"
}
}
},
"post": {
"note": {
"properties": {
"text": {
"type": "string",
"index": "analyzed",
"analyzer": "kuromoji"
}
}
},
"drive_file": {
"properties": {
"name": {
"type": "string",
"index": "analyzed",
"analyzer": "kuromoji"
},
"user": {
"type": "string",
"index": "not_analyzed"
"analyzer": "bigram"
}
}
}