{
"query": {
"multi_match": {
"query": "描述文字",
"fields": [
"title^10",
"name",
"mode",
"color",
"username",
"other"
],
"minimum_should_match": "90%"
},
"term": {
"color": "黑"
}
}
}
如上这样会报错?哪位知道应该怎么搞?
1 个回复
strglee
赞同来自: devilhookey