OpenSearch/plugins
Simon Willnauer 5c8164a561 Clean up BytesReference (#19196)
BytesReference should be a really simple interface, yet it has a gazillion
ways to achieve the same this. Methods like `#hasArray`, `#toBytesArray`, `#copyBytesArray`
`#toBytesRef` `#bytes` are all really duplicates. This change simplifies the interface
dramatically and makes implementations of it much simpler. All array access has been removed
and is streamlined through a single `#toBytesRef` method. Utility methods to materialize a
compact byte array has been added too for convenience.
2016-07-01 16:09:31 +02:00
..
analysis-icu Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
analysis-kuromoji Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
analysis-phonetic Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
analysis-smartcn Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
analysis-stempel Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
discovery-azure-classic Fix method name typo 2016-06-30 15:32:52 +02:00
discovery-ec2 Support new Asia Pacific (Mumbai) ap-south-1 AWS region 2016-06-28 08:50:50 +02:00
discovery-gce Fix line width 2016-06-30 11:43:07 +02:00
ingest-attachment Ingest: Remove generics from Processor.Factory 2016-06-30 02:33:54 -07:00
ingest-geoip Ingest: Remove generics from Processor.Factory 2016-06-30 02:33:54 -07:00
ingest-useragent Add ingest-useragent plugin (#19074) 2016-07-01 15:49:43 +02:00
jvm-example Internal: Changed rest handler interface to take NodeClient 2016-06-29 18:02:18 -07:00
lang-javascript Compile each Groovy script in its own classloader 2016-06-20 08:17:09 +02:00
lang-python Compile each Groovy script in its own classloader 2016-06-20 08:17:09 +02:00
mapper-attachments Clean up BytesReference (#19196) 2016-07-01 16:09:31 +02:00
mapper-murmur3 Plugins: Remove guice from Mapper plugins 2016-06-21 22:50:39 -07:00
mapper-size Merge branch 'master' into mapper_plugin_api 2016-06-27 11:19:59 -07:00
repository-azure Revert "Raised IOException on deleteBlob (#18815)" 2016-07-01 11:00:32 +02:00
repository-gcs Remove settings filtering for service_account in GCS repository 2016-06-24 10:58:29 +02:00
repository-hdfs Revert "Raised IOException on deleteBlob (#18815)" 2016-07-01 11:00:32 +02:00
repository-s3 Revert "Raised IOException on deleteBlob (#18815)" 2016-07-01 11:00:32 +02:00
store-smb LICENSE.txt is not needed in plugin root dir 2016-06-30 14:06:31 +02:00
build.gradle Revert "Build: Switch to maven-publish plugin" 2016-03-18 17:22:25 -07:00