Skip to content

Instantly share code, notes, and snippets.

@queirozfcom
Created December 8, 2014 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save queirozfcom/865579baeb1b80d65618 to your computer and use it in GitHub Desktop.
Save queirozfcom/865579baeb1b80d65618 to your computer and use it in GitHub Desktop.
{
"query": {
"multi_match": {
"query": "foo",
"fields": [
"title",
"document"
],
"fuzziness": "AUTO"
},
"range": {
"FIELD": {
"from": 10,
"to": 20
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment