BytesRefBuilder
class BytesRefBuilder
A builder for BytesRef instances.
Functions
Link copied to clipboard
Replace the content of this buffer with UTF-8 encoded bytes that would represent the provided text.
Link copied to clipboard
Used to grow the builder without copying bytes. see ArrayUtil.growNoCopy.
Link copied to clipboard
Build a new BytesRef that has the same content as this buffer.