Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created March 1, 2018 11:12
Show Gist options
  • Select an option

  • Save selcukusta/91d30152fc36df5cb281784a36eeefa0 to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/91d30152fc36df5cb281784a36eeefa0 to your computer and use it in GitHub Desktop.
POST /first_index/city/_search?filter_path=hits.hits._source.name HTTP/1.1
{
"from": 0,
"size": 10,
"sort": {
"name.sortable": {
"order": "asc"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment