Skip to content

Instantly share code, notes, and snippets.

@martijnvg
Created August 22, 2012 11:00
Show Gist options
  • Save martijnvg/3424418 to your computer and use it in GitHub Desktop.
Save martijnvg/3424418 to your computer and use it in GitHub Desktop.
query_parse_error
curl -XPUT 'http://localhost:9200/keeks/keek/1' -d '{"sr_loc": "1", "loc": "US", "c_at": "20120820095233"}'
curl -XGET 'http://localhost:9200/keeks/_search?pretty=true' -d '{"query":{"filtered" : {"query" : {"match_all":{}},"filter":{"bool":{"must":[{"term":{"sr_loc":"1"}},{"term":{"loc":"US" }},{"range":{"c_at":{"to":"20120820095233","include_lower":false}}}]}}}}, "sort":[{"c_at":{"order":"desc"}}], "size":"20"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment