Skip to content

Instantly share code, notes, and snippets.

@ben-walters
Created January 28, 2015 11:46
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 ben-walters/c2a19696c45e048bb419 to your computer and use it in GitHub Desktop.
Save ben-walters/c2a19696c45e048bb419 to your computer and use it in GitHub Desktop.
curl -XPOST 'http://127.0.0.1:9200/mips/items/_search' -d '{
"query": {
"bool": {
"must": [
{
"match_all": { }
}
],
"must_not": [ ],
"should": [ ]
}
}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment