You can use inner hits for this:
{
"query" : {
"has_child" : {
"type" "comments",
"inner_hits" : {}
}
}
This will include per post hit the top 3 matching comment hits.
You can use inner hits for this:
{
"query" : {
"has_child" : {
"type" "comments",
"inner_hits" : {}
}
}
This will include per post hit the top 3 matching comment hits.
© 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.