Skip to content

Instantly share code, notes, and snippets.

@danoyoung
Created February 17, 2011 17:09
Show Gist options
  • Save danoyoung/832143 to your computer and use it in GitHub Desktop.
Save danoyoung/832143 to your computer and use it in GitHub Desktop.
curl -XPOST 'http://localhost:9200/sizonet/_search?pretty=true' -d '
{
"query" : {
"has_child" : {
"type" : "ice",
"query" : {
"term" : {
"ice.shorefast.observation" : "thickening"
}
}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment