Hi,
I want to convert the following query in mysql to elastic search:
Select field1,field2, sum(field4), sum(field5) from table1 group by field5,
field6 order by field7,field8
I tried terms facet. But it allows only on one field.
Thanks,
Shoeb
Hi,
I want to convert the following query in mysql to elastic search:
Select field1,field2, sum(field4), sum(field5) from table1 group by field5,
field6 order by field7,field8
I tried terms facet. But it allows only on one field.
Thanks,
Shoeb
© 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.