OpenSearch/buildSrc
Mayya Sharipova 5481fbc249
Handle missing values in painless (#30975)
* Handle missing values in painless

Throw an exception for `doc['field'].value`
if this document is missing a value for the `field`.

For 7.0:
This is the default behaviour from 7.0

For 6.x:
To enable this behavior from 6.x, a user can set a jvm.option:
 `-Des.script.exception_for_missing_value=true` on a node.
If a user does not enable this behavior, a deprecation warning is logged on start up.

Closes #29286
2018-07-09 11:59:49 -04:00
..
src Handle missing values in painless (#30975) 2018-07-09 11:59:49 -04:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Build: Fix naming conventions task (#31681) 2018-06-29 14:41:02 -04:00
version.properties Upgrade to Lucene 7.4.0. (#31529) 2018-06-22 16:17:17 +02:00