Skip to content

Instantly share code, notes, and snippets.

@A21z
Created August 24, 2012 23:45
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 A21z/3457388 to your computer and use it in GitHub Desktop.
Save A21z/3457388 to your computer and use it in GitHub Desktop.
curl -XPUT 'http://localhost:9200/index/type/1' -d '{ "dots" : "first.second.third" }'
curl -XGET 'http://localhost:9200/index/type/_search' -d '{ "query" : { "prefix" : { "dots" : "first.second" }}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment