标签: elasticsearch
我有一个弹性索引,其中包含以下形式的对象: 连接(t,p,someflag)
我想使用someflag = true或以下条件获得所有连接: p存在两个或多个连接
谢谢。