OpenSearch/modules
Nik Everett 3ce41a0e15 Painless: Add augmentation to string for base 64 (#22665)
We don't want to expose `String#getBytes` which is required for
`Base64.getEncoder.encode` to work because we're worried about
character sets. This adds `encodeBase64` and `decodeBase64`
methods to `String` in Painless that are duals of one another
such that:
`someString == someString.encodeBase64().decodeBase64()`.

Both methods work with the UTF-8 encoding of the string.

Closes #22648
2017-01-19 09:31:45 -05:00
..
aggs-matrix-stats Remove InternalAggregation.Type (#22511) 2017-01-10 11:57:19 -05:00
ingest-common fix index out of bounds error in KV Processor (#22288) 2016-12-27 10:57:11 -08:00
lang-expression Upgrade to lucene-6.4.0-snapshot-084f7a0. (#22413) 2017-01-04 19:03:52 +01:00
lang-mustache Simplify ElasticsearchException rendering as a XContent (#22611) 2017-01-17 15:44:49 +01:00
lang-painless Painless: Add augmentation to string for base 64 (#22665) 2017-01-19 09:31:45 -05:00
percolator replace custom functional interface with CheckedFunction in percolate module 2017-01-16 13:57:58 +01:00
reindex Consolidate some reindex utility classes (#22666) 2017-01-18 16:58:39 -05:00
transport-netty4 Allow comma delimited array settings to have a space after each entry (#22591) 2017-01-17 08:51:04 -06:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00