Skip to content

Instantly share code, notes, and snippets.

@mkommar
Created March 18, 2014 17:13
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 mkommar/9624626 to your computer and use it in GitHub Desktop.
Save mkommar/9624626 to your computer and use it in GitHub Desktop.
curl -XPOST localhost:9200/mtest/dynamics -d '{"field1" : "Words are nice", "field2": "We are here"}'
curl -XPOST localhost:9200/mtest/dynamics -d '{"field1" : "this is a sentence", "field2": "We are here"}'
curl -XPOST localhost:9200/mtest/dynamics -d '{"field1" : "Word", "field2": "not a match"}'
curl -XPOST localhost:9200/mtest/dynamics -d '{"field1" : "Word", "field2": "match"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment