Skip to content

Instantly share code, notes, and snippets.

@aoeuidht
Created August 22, 2016 03:55
Show Gist options
  • Select an option

  • Save aoeuidht/0beea9d60ad92ac9df9b66a41fce394e to your computer and use it in GitHub Desktop.

Select an option

Save aoeuidht/0beea9d60ad92ac9df9b66a41fce394e to your computer and use it in GitHub Desktop.
{
"sort" : [
{ "post_date" : {"order" : "asc"}},
"user",
{ "name" : "desc" },
{ "age" : "desc" },
"_score"
],
"query" : {
"term" : { "user" : "kimchy" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment