es6.2.4学习学习----ik分词器java 更新
- UID
- 1066743
|
es6.2.4学习学习----ik分词器java 更新
对应DSL
PUT ik_java
{
"mappings": {
"doc": {
"properties": {
"title": {
"type": "text",
"fields": {
"title_ik_max_word": {
"type": "text",
"analyzer": "ik_max_word"
},
"title_ik_smart": {
"type": "text",
"analyzer": "ik_smart"
}
}
}
}
}
},
"settings": {
"number_of_shards": "3",
"number_of_replicas": "2"
}
} |
|
|
|
|
|