【发布时间】:2021-04-16 17:06:07
【问题描述】:
我是弹性搜索的新手,我需要以下场景的帮助:
我有两个字段 tag 和 author。我想用条件搜索数据
(tag="1" and (author="A" or author="B")) or (tag="2" and (author="A" or author="C")) or tag=" 3"
请概述如何构建 Elastic Search 查询。
【问题讨论】:
标签: elasticsearch elasticsearch-7