Skip to content

Instantly share code, notes, and snippets.

@aplz
Created October 4, 2018 12:00
Show Gist options
  • Save aplz/30f2551354f62806381ec291d80b99f7 to your computer and use it in GitHub Desktop.
Save aplz/30f2551354f62806381ec291d80b99f7 to your computer and use it in GitHub Desktop.
GET index/_search
{
"query": {"match_all": {}},
"sort": [
{
"path_to_field.time": {
"order": "desc",
"nested_path": "path_to_field"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment