Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created August 18, 2014 14:36
Show Gist options
  • Save FrancescaK/7e7e4d78a6f378d87256 to your computer and use it in GitHub Desktop.
Save FrancescaK/7e7e4d78a6f378d87256 to your computer and use it in GitHub Desktop.
mongoconnector_2
curl -XPOST ‘http://localhost:9200/reddit.posts/_search’ -d’{
"query": {
"match": {
"title": {
"query": "kiten",
"fuzziness": 2,
"prefix_length": 1
}
}
}
}’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment