Docs: Fix typo in scripting.asciidoc
Replace the mvel by groovy in the forgotten place. I add the previous change in this one. Sorry for the spam! Closes #7071
This commit is contained in:
parent
c2c2190d27
commit
eaac8141cc
|
@ -138,7 +138,7 @@ at query time.
|
|||
The script can be viewed by:
|
||||
[source,js]
|
||||
-----------------------------------
|
||||
curl -XGET localhost:9200/_scripts/mvel/indexedCalculateScore
|
||||
curl -XGET localhost:9200/_scripts/groovy/indexedCalculateScore
|
||||
-----------------------------------
|
||||
|
||||
This is rendered as:
|
||||
|
@ -153,7 +153,7 @@ This is rendered as:
|
|||
Indexed scripts can be deleted by:
|
||||
[source,js]
|
||||
-----------------------------------
|
||||
curl -XDELETE localhost:9200/_scripts/mvel/indexedCalculateScore
|
||||
curl -XDELETE localhost:9200/_scripts/groovy/indexedCalculateScore
|
||||
-----------------------------------
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue