Last active
February 10, 2016 11:57
-
-
Save abulhol/a5ae6e01e2927c320f61 to your computer and use it in GitHub Desktop.
ES empty reply (inner hits)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"hits" : { | |
"total" : 531, | |
"max_score" : 0.0, | |
"hits" : [ { | |
"_index" : "testing", | |
"_type" : "reports", | |
"_id" : "AVLBTo7_0keClpVwERg_", | |
"_score" : 0.0, | |
"inner_hits" : { | |
"kids0" : { | |
"hits" : { | |
"total" : 4, | |
"max_score" : 1.0, | |
"hits" : [ { | |
"_index" : "testing", | |
"_type" : "reports", | |
"_id" : "AVLBTo7_0keClpVwERg_", | |
"_nested" : { | |
"field" : "a.b.c.d.first", | |
"offset" : 3 | |
}, | |
"_score" : 1.0, | |
"inner_hits" : { | |
"kids0" : { | |
"hits" : { | |
"total" : 0, | |
"max_score" : null, | |
"hits" : [ ] | |
} | |
} | |
} | |
} ] | |
} | |
} | |
} | |
} | |
...... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment