v2.1.0发布

This commit is contained in:
xiongxiaoyang
2020-05-20 22:13:53 +08:00
parent 07b9ffde96
commit 0144b77983
3 changed files with 18 additions and 10 deletions

View File

@ -12,7 +12,7 @@ PUT /novel
"authorName" : {
"type" : "text",
"analyzer": "ik_smart",
"boost": 1
"boost": 1.9
},
"bookName" : {
@ -38,7 +38,7 @@ PUT /novel
"catName" : {
"type" : "text",
"analyzer": "ik_smart",
"boost": 0.5
"boost": 1.0
},
"lastIndexId" : {