Skip to content

Instantly share code, notes, and snippets.

@monken
Created March 13, 2011 21:01
Show Gist options
  • Select an option

  • Save monken/868439 to your computer and use it in GitHub Desktop.

Select an option

Save monken/868439 to your computer and use it in GitHub Desktop.
{
size: 100,
query: {
custom_score: {
query: {
bool: {
should: p
}
},
"script": "_score / _fields['name'].value.length()"
}
},
filter: {
term: {
status: 'latest'
}
},
fields: ['name', 'release', 'author', 'file']
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment