在Elasticsearch Python API查询中使用AND和OR

时间:2018-07-17 22:57:48

标签: elasticsearch-dsl

现在我有

s = Search(using = client, index = set_index).query('match', 
StartDate = ((seven) or (six) or (three)))

我想返回的开始日期等于变量7,变量6或变量3的匹配。

1 个答案:

答案 0 :(得分:0)