mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 14:05:27 +00:00
* [DOCS] Fixes problematic terminology (#58178) * [DOCS] Fixes problematic terminology. * Update docs/reference/snapshot-restore/register-repository.asciidoc Co-authored-by: James Rodewig <james.rodewig@elastic.co>
12 lines
517 B
Plaintext
12 lines
517 B
Plaintext
[[painless-api-reference]]
|
|
== Painless API Reference
|
|
|
|
Painless has a strict list of allowed methods and classes per context to
|
|
ensure all Painless scripts are secure. Most of these methods are
|
|
exposed directly from the Java Runtime Environment (JRE) while others
|
|
are part of Elasticsearch or Painless itself. Below is a list of the available
|
|
APIs per context. The shared API is available to all contexts, while the
|
|
specialized API available differs between contexts.
|
|
|
|
include::painless-api-reference/index.asciidoc[]
|