Elasticsearch 如何实现子查询?
如何使用 Elasticsearch 实现类似以下 SQL
SELECT * FROM `a` WHERE num > (SELECT SUM(amount) FROM `b` WHERE aid = a.id)
朋友有找到解决方法么