Skip to content

Instantly share code, notes, and snippets.

@jamesBan
Created July 7, 2015 13:19
Show Gist options
  • Select an option

  • Save jamesBan/cd1de64f5798e7f27ec5 to your computer and use it in GitHub Desktop.

Select an option

Save jamesBan/cd1de64f5798e7f27ec5 to your computer and use it in GitHub Desktop.
Elasticsearach
{
"query" : { "query_string" : {"query" : "*:*"} },
"sort" : {
"_script" : {
"script" : "(doc['_id'].value + salt).hashCode()",
"type" : "number",
"params" : {
"salt" : 10000
},
"order" : "asc"
}
}
}
{
"query": {
"function_score" : {
"query" : { "match_all": {} },
"random_score" : {}
}
},
"size":2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment