Skip to content

Instantly share code, notes, and snippets.

@umeshdangat
Last active November 12, 2016 22:46
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 umeshdangat/d236b8f70ddfda739df8b01c672413b5 to your computer and use it in GitHub Desktop.
Save umeshdangat/d236b8f70ddfda739df8b01c672413b5 to your computer and use it in GitHub Desktop.
curl -XGET 'localhost:9200/testindex/_search?pretty' -d'
{
"query": {
"function_score": {
"script_score": {
"script": {
"lang": "painless",
"inline": "String foo = doc[\u0027qa_data\u0027].get(0).toString(); return 200;"
}
}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment