Commit 404fa903 by Sxy

fix: 文档

parent 7cee338c
...@@ -21,7 +21,7 @@ cerebro: http://192.168.18.102:3000 ...@@ -21,7 +21,7 @@ cerebro: http://192.168.18.102:3000
"type" : "text", "type" : "text",
"analyzer" : "english" "analyzer" : "english"
}, },
"jingque" : { // 为精确查询设计 "jingque" : { // 为精确查询设计 (包含繁体字大小写转换)
"type" : "text", "type" : "text",
"analyzer" : "jingque" "analyzer" : "jingque"
}, },
...@@ -29,11 +29,11 @@ cerebro: http://192.168.18.102:3000 ...@@ -29,11 +29,11 @@ cerebro: http://192.168.18.102:3000
"type" : "text", "type" : "text",
"analyzer" : "standard" "analyzer" : "standard"
}, },
"tongyici" : { // 为同义词查询设计 "tongyici" : { // 为同义词查询设计(用ik分词加同义词)
"type" : "text", "type" : "text",
"analyzer" : "tongyici" "analyzer" : "tongyici"
}, },
"xingjinzi" : {// 为形近字查询设计 "xingjinzi" : {// 为形近字查询设计(用standard分词加同义词)
"type" : "text", "type" : "text",
"analyzer" : "xingjinzi" "analyzer" : "xingjinzi"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment