Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created November 1, 2011 23:16
Show Gist options
  • Select an option

  • Save kimchy/1332246 to your computer and use it in GitHub Desktop.

Select an option

Save kimchy/1332246 to your computer and use it in GitHub Desktop.
curl -XGET 'http://localhost:9200/disqus/thread/_search' -d $'{
"fields": [],
"query": {
"custom_score": {
"query": {
"filtered" : {
"query" : {
"more_like_this": {
"fields": ["content"],
"like_text": "Eptaff"
}
},
"filter": {
"range": {
"created": {
"to": "2011-10-20T19:17:33",
"from": "2011-10-14T19:17:33"
}
}
}
}
},
"script": "_score * (1 - 1 / doc[\'num_comments\'].value)"
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment