Results 2 issues of braveheart

你把你的例子完整的例出来,大家直接下载 你的就好。免得东奔西找。。。伟大的作者,你说是不? 我现在出现这个错误了 .when('/book/mark/:id', { controller:'bookMarkController', templateUrl:'template/book/mark.html', resolve:{ deps: $requireProvider.requireJS([ 'template/book/mark', '../static/plug/ztree_v3/jquery.ztree.core.min' ]), css: $requireProvider.requireCSS([ 'css!../static/plug/ztree_v3/zTreeStyle.css' ]) } }); ![17](https://user-images.githubusercontent.com/24454217/29268123-19e2a2ce-811e-11e7-9f90-e43d6a4871d1.png) (url)

环境:windows 10 JDK1.8 es 7.5.0 问题 ES SQL怎么查询Join字段数据? 我有以下关联数据: ![image](https://user-images.githubusercontent.com/24454217/75016243-81ba9280-54c5-11ea-84cf-23fe53a69d42.png) 求一个查询C,然后分组A的 示例SQL?或给一个子查父 和 父查子的示例SQL 注:我的数据是以索引的方式建立,用的Join字段,不是以表的方式创建。 示例的创建join方式。 `PUT my_index { "mappings": { "properties": { "my_id": { "type": "keyword" }, "my_join_field": {...