Skip to content

Instantly share code, notes, and snippets.

@sanjay1688
Last active August 12, 2016 10:34
Show Gist options
  • Save sanjay1688/b24cc87fdb39b3c7e779 to your computer and use it in GitHub Desktop.
Save sanjay1688/b24cc87fdb39b3c7e779 to your computer and use it in GitHub Desktop.
Elastic Search Command And Query Examples
curl -XDELETE http://domain:9200/index/type
http://domain/createmapping
http://domain/mongo2elastic/finder
################################################################################
FINDER SEARCH API
find by category
{
"query": {
"match": {"category": "dance"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment