Skip to content

Instantly share code, notes, and snippets.

@rxhl
Created March 30, 2019 23:50
Show Gist options
  • Select an option

  • Save rxhl/c7873d7df0116dffec752be2f99fe2cb to your computer and use it in GitHub Desktop.

Select an option

Save rxhl/c7873d7df0116dffec752be2f99fe2cb to your computer and use it in GitHub Desktop.
GET apple/default/_search
{
"query": {
"range": {
"price": {
"gte": 100,
"lte": 1000
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment