i tried to use innerhits but it was not easy.
select parent.key
, count(child.key) as cnt
from Docu parent
left join Docu child
on parent.key = child.parentKey
group by parnet.key
order by cnt desc
please help me ...
i tried to use innerhits but it was not easy.
select parent.key
, count(child.key) as cnt
from Docu parent
left join Docu child
on parent.key = child.parentKey
group by parnet.key
order by cnt desc
please help me ...
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.