Skip to content

Instantly share code, notes, and snippets.

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