mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
This PR is a precursor to #126492. It does three things: 1. Move org.elasticsearch.common.text.Text from :server to org.elasticsearch.xcontent.Text in :libs:x-content. 2. Refactor the Text class to use a new EncodedBytes record instead of the elasticsearch BytesReference. 3. Add the XContentString interface, with the Text class implementing that interface. These changes were originally implemented in #127666 and #128316, however they were reverted in #128484 due to problems caused by the mutable nature of java ByteBuffers. This is resolved by instead using a new immutable EncodedBytes record. |
||
---|---|---|
.. | ||
analysis-icu | ||
analysis-kuromoji | ||
analysis-nori | ||
analysis-phonetic | ||
analysis-smartcn | ||
analysis-stempel | ||
analysis-ukrainian | ||
discovery-azure-classic | ||
discovery-ec2 | ||
discovery-gce | ||
examples | ||
mapper-annotated-text | ||
mapper-murmur3 | ||
mapper-size | ||
microsoft-graph-authz | ||
repository-hdfs | ||
store-smb | ||
build.gradle |