Skip to content

Instantly share code, notes, and snippets.

@webeng
Last active June 17, 2016 14:56
Show Gist options
  • Save webeng/4246421ae2050fe0f541 to your computer and use it in GitHub Desktop.
Save webeng/4246421ae2050fe0f541 to your computer and use it in GitHub Desktop.
{
"size": 20,
"from": 0,
"query": {
"function_score": {
"script_score": {
"script": "count = ids.size();
id = - ids.indexOf(doc['id'].value);
for ( i = 0; i < count; i++) {
if (doc['id'].value == Integer.parseInt(ids[i])) {
return count - i; }
}",
"params": {
"ids": ["68604", "68605", "68607", "68608", "68611", "68606", "68614", "68619", "68601", "68620"]
}
},
"boost_mode": "replace",
"query": {
"ids": {
"type" : "images",
"values": ["68604", "68605", "68607", "68608", "68611", "68606", "68614", "68619", "68601", "68620"]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment