如何检查弹性搜索中的条件建议查询
GET restaurants/restaurant/_suggest
{
"location": {
"properties": {
"name_suggest": {
"type": "completion",
"index_analyzer": "whitespace",
"search_analyzer": "whitespace",
"payloads": true
}
}
}
}
这里我的条件是有效载荷可能是“假的”或空的,或者有效载荷可能不会到来。这里我需要检查有效负载为false或有效负载不存在的情况。