OpenSearch/docs/reference/modules/scripting
Nik Everett 434fa4bd26 Docs and tests for painless lack of boxing for ?: and ?. (#21756)
NOTE: The result of `?.` and `?:` can't be assigned to primitives. So
`int[] someArray = null; int l = someArray?.length` and
`int s = params.size ?: 100` don't work. Do
`def someArray = null; def l = someArray?.length` and
`def s = params.size ?: 100` instead.

Relates to #21748
2016-11-23 14:33:32 -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 Remove groovy scripting language (#21607) 2016-11-22 19:24:12 -08:00
native.asciidoc Remove groovy scripting language (#21607) 2016-11-22 19:24:12 -08:00
painless-debugging.asciidoc Remove a bad callout from the new debugging docs 2016-11-22 13:13:16 -05:00
painless-syntax.asciidoc Docs and tests for painless lack of boxing for ?: and ?. (#21756) 2016-11-23 14:33:32 -05:00
painless.asciidoc Disable regexes by default in painless 2016-09-12 14:09:43 -04:00
security.asciidoc Remove groovy scripting language (#21607) 2016-11-22 19:24:12 -08:00
using.asciidoc Remove groovy scripting language (#21607) 2016-11-22 19:24:12 -08:00