Skip to content

Instantly share code, notes, and snippets.

@mukulgupta2507
Created July 13, 2014 14:56
Show Gist options
  • Save mukulgupta2507/1c3d0e7ba6572b3cf881 to your computer and use it in GitHub Desktop.
Save mukulgupta2507/1c3d0e7ba6572b3cf881 to your computer and use it in GitHub Desktop.
Quering for exact match in autocompleter
curl -XGET 'localhost:9200/booksindex/booksidx/_search?pretty=true' -d '{
"query": {
"match": {
"title" : "elasticsearch"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment