Here i created Parent and child relation between Order(parent) and User_Order(Child), When i give orderId i able to get there child records but the problem was i am not able to get Users information/fields, how can i solve this problem.
Hi,
If I store user data in order again it's redundant, hence i stored user data in user type,In User_Order i'm storing both ID's Like user Id and Order Id,how to join there three types.
You can't do join in elasticsearch. Or you can do some kind of join using parent/child feature but I'd not do it unless I really need to use that.
Denormalizing data should be your first option.
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.