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

View File

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