13 lines
343 B
Markdown
13 lines
343 B
Markdown
|
---
|
||
|
layout: default
|
||
|
title: Script APIs
|
||
|
has_children: true
|
||
|
nav_order: 70
|
||
|
redirect_from:
|
||
|
- /opensearch/rest-api/script-apis/
|
||
|
---
|
||
|
|
||
|
# Script APIs
|
||
|
|
||
|
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.
|