Skip to content

Instantly share code, notes, and snippets.

@diptamay
Created November 3, 2010 20:44
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 diptamay/661680 to your computer and use it in GitHub Desktop.
Save diptamay/661680 to your computer and use it in GitHub Desktop.
Working...
curl -XGET 'http://localhost:9200/hb-test/_search?pretty=true' -d '
{
"query" :{
"bool" : {
"must" : [
{"field" : { "appAccountIds" : 14 }},
{"field" : { "appAccountIds" : 179 }}
],
"minimum_number_should_match" : 1
},
"size" : 5
}'
curl -XGET 'http://localhost:9200/hb-test/_search?pretty=true' -d '
{
"query" :{
"bool" : {
"must" : [
{"field" : { "appAccountIds" : 14 }},
{"field" : { "appAccountIds" : 179 }}
]
},
"size" : 5
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment