OpenSearch/modules
Adrien Grand 6ea16671f4 Simplify the Text API.
We have the Text API, which is essentially a wrapper around a String and a
BytesReference and then we have 3 implementations depending on whether the
String view should be cached, the BytesReference view should be cached, or both
should be cached.

This commit merges everything into a single Text that is essentially the old
StringAndBytesText impl.

Long term we should look into whether this API has any performance benefit or
if we could just use plain strings. This would greatly simplify all our other
APIs that currently use Text.
2015-12-17 17:22:38 +01:00
..
lang-expression Merge pull request #15501 from rmuir/sheisty_classes 2015-12-17 03:44:27 -05:00
lang-groovy Simplify the Text API. 2015-12-17 17:22:38 +01:00
lang-mustache Added plumbing for compile time script parameters. 2015-12-16 18:29:21 -08:00
build.gradle added gradle checks for modules configuration, and ability to add 2015-12-03 20:53:06 -08:00