Skip to content

Instantly share code, notes, and snippets.

@karthik20522
Created May 26, 2015 19:12
Show Gist options
  • Save karthik20522/19a00fd133947a1e1a04 to your computer and use it in GitHub Desktop.
Save karthik20522/19a00fd133947a1e1a04 to your computer and use it in GitHub Desktop.
ES_Query_Color.json
{
"query": {
"function_score": {
"functions": [
{
"script_score": {
"script": "_score + log10(doc['views'].value * doc['rank'].value)"
}
}
],
"query": {
"nested": {
"path": "color",
"score_mode": "sum",
"query": {
"function_score": {
"functions": [
{
"linear": {
"r": {
"origin": 190,
"scale": 35
}
}
},
{
"linear": {
"g": {
"origin": 100,
"scale": 35
}
}
},
{
"linear": {
"b": {
"origin": 50,
"scale": 35
}
}
}
],
"score_mode": "multiply"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment