Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created June 19, 2017 12:53
Show Gist options
  • Select an option

  • Save selcukusta/6d7ef9b1c7c22d72900565dfa23f16d9 to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/6d7ef9b1c7c22d72900565dfa23f16d9 to your computer and use it in GitHub Desktop.
curl -X POST \
http://localhost:9200/medium_sample_index/_search \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-d '{
"query": {
"match": {
"title": "tabip"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment