Student ======= { "StudentId":1, "StudentName":"abc" } Subject ======= { "SubjectId":101, "SubjectName":"English" }, { "SubjectId":102, "SubjectName":"Science" } SubjectAssigned =============== { "SubjectId":101, "StudentId":1 }, { "SubjectId":102, "StudentId":1 } Student+SubjectAssigned (Need something like this as result) ======================= { "StudentId":1, "StudentName":"abc" "Subjects":[ { "SubjectId":101, "SubjectName":"English" }, { "SubjectId":102, "SubjectName":"Science" } ] }
© 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.