Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created February 7, 2012 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimchy/1759189 to your computer and use it in GitHub Desktop.
Save kimchy/1759189 to your computer and use it in GitHub Desktop.
curl 'localhost:9200/test/foo/_search?pretty=1&explain=0' -d '{
"query":{
"dis_max":{
"queries":[
{
"custom_boost_factor" : {
"query" : { "text": { "name": { query: "Nick" } } },
"boost_factor" : 5.0
}
}
]
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment