Skip to content

Instantly share code, notes, and snippets.

@Vineeth-Mohan
Created March 9, 2012 09:23
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 Vineeth-Mohan/2005820 to your computer and use it in GitHub Desktop.
Save Vineeth-Mohan/2005820 to your computer and use it in GitHub Desktop.
curl -X POST 'http://192.168.2.58:9200/algotree/filing/_search'
{
"query": {
"has_child": {
"type": "attachment",
"query": {
"query_string": {
"default_field": "Content",
"query": "five"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment