Update scripting.asciidoc

Fixed minor typo in the example of native scripting request.
This commit is contained in:
Gao Yingkai 2015-12-03 20:24:20 -05:00
parent 6613b3a0d6
commit 47c5da523f
1 changed files with 4 additions and 2 deletions

View File

@ -425,8 +425,10 @@ curl -XPOST localhost:9200/_search -d '{
"functions": [
{
"script_score": {
"id": "my_script",
"lang" : "native"
"script": {
"id": "my_script",
"lang" : "native"
}
}
}
]