I am new to ES and trying to build a query.
I have tried 5-6 options but not getting desired result.Just want to make sure whether joins can be achieved in ES.Thanks for help.
SQL will be like this
select symbol from stocks where stocks.industry == (select industry from stocks where symbol == 'XYZ')
2 queries means one to get first result and then ask server again to send other result using first output.?
I am trying to have less number of request to server.
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.