How does elasticsearch read one-to-many, parent-child data structures at one time?

for example, the data structure is as follows:

posts-- comments on posts-- comment users

3 layers.

now you need to query a post. It is best to find the comments under the post and the user data under the comments.

can a query be done?

Mar.22,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b395d8-4d827.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b395d8-4d827.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?