OpenSearch/docs/reference/modules/scripting
Nik Everett 67bfecc070 Painless: add "".replaceAll and "".replaceFirst
These are useful methods in groovy that give you control over
the replacements used:
```
'the quick brown fox'.replaceAll(/[aeiou]/,
		m -> m.group().toUpperCase(Locale.ROOT))
```
2016-06-28 16:39:11 -04:00
..
advanced-scripting.asciidoc Reorganise scripting docs (#18132) 2016-05-04 18:17:10 +02:00
expression.asciidoc improve date api for expressions/painless fields 2016-05-31 09:32:33 -04:00
fields.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
groovy.asciidoc Remove support for mulitple languages per scripting engine 2016-05-13 09:24:31 -06:00
native.asciidoc Remove LeafSearchScript.runAsFloat(): Nothing calls it. 2016-05-15 22:59:28 -04:00
painless-syntax.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
painless.asciidoc Painless: add "".replaceAll and "".replaceFirst 2016-06-28 16:39:11 -04:00
security.asciidoc Docs: Replace [source,json] with [source,js] 2016-05-24 11:17:27 -04:00
using.asciidoc Changed path.script to path.scripts in docs 2016-06-22 12:39:52 +02:00