1
我想搜索匹配其使用條件至少有兩個關鍵詞查詢這樣的文件minimum_match:條件查詢不支持Elasticsearch 2.3.3
{
"query": {
"terms": {
"title": ["java","編程","思想"],
"minimum_match": 2
}
},
"highlight": {
"fields": {
"title": {}
}
}
}
它返回「條件查詢不支持minimum_match」。我的查詢有什麼問題?
非常感謝你。 –
很高興幫助。感謝編輯! – Val