15 lines
388 B
Markdown
15 lines
388 B
Markdown
---
|
|
layout: default
|
|
title: Script APIs
|
|
has_children: true
|
|
nav_order: 70
|
|
redirect_from:
|
|
- /opensearch/rest-api/script-apis/
|
|
---
|
|
|
|
# Script APIs
|
|
**Introduced 1.0**
|
|
{: .label .label-purple }
|
|
|
|
The script APIs allow you to work with stored scripts. Stored scripts are part of the cluster state and reduce compilation time and enhance search speed. The default scripting language is Painless.
|