mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Fixed typos (#20843)
This commit is contained in:
parent
44d960ea85
commit
fcb01deb34
19 changed files with 24 additions and 24 deletions
|
@ -13,7 +13,7 @@ the same pattern:
|
|||
}
|
||||
-------------------------------------
|
||||
<1> The language the script is written in, which defaults to `painless`.
|
||||
<2> The script itself which may be specfied as `inline`, `id`, or `file`.
|
||||
<2> The script itself which may be specified as `inline`, `id`, or `file`.
|
||||
<3> Any named parameters that should be passed into the script.
|
||||
|
||||
For example, the following script is used in a search request to return a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue