Skip to content

Instantly share code, notes, and snippets.

@abulhol
Last active February 10, 2016 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abulhol/a5ae6e01e2927c320f61 to your computer and use it in GitHub Desktop.
Save abulhol/a5ae6e01e2927c320f61 to your computer and use it in GitHub Desktop.
ES empty reply (inner hits)
"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