elasticsearch/docs/reference/modules/scripting
Nik Everett 457c2d8fb0 Add Debug.explain to painless
You can use `Debug.explain(someObject)` in painless to throw an
`Error` that can't be caught by painless code and contains an
object's class. This is useful because painless's sandbox doesn't
allow you to call `someObject.getClass()`.

Closes #20263
2016-11-22 12:46:02 -05: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 Groovy is no longer the default scripting language 2016-11-05 16:31:34 +01:00
native.asciidoc Fix leftover reference to ScriptModule in native script docs 2016-11-17 08:22:15 -08:00
painless-debugging.asciidoc Add Debug.explain to painless 2016-11-22 12:46:02 -05:00
painless-syntax.asciidoc Implement the ?: operator in painless (#21506) 2016-11-18 13:54:26 -05:00
painless.asciidoc Disable regexes by default in painless 2016-09-12 14:09:43 -04:00
security.asciidoc Remove lang-python and lang-javascript (#20734) 2016-11-21 22:13:25 -05:00
using.asciidoc Cleanup ScriptType (#21179) 2016-10-31 13:48:51 -07:00