Skip to content

Instantly share code, notes, and snippets.

@haarts
Created February 29, 2012 11:56
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 haarts/1940344 to your computer and use it in GitHub Desktop.
Save haarts/1940344 to your computer and use it in GitHub Desktop.
Sample has_child query
{
"query" : {
"has_child" : {
"type" : "interaction",
"query" : {
"term" : {
"text" : "tree"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment