Description
I'm using Lucene's OfflineSorter to sort a large data set, and some of the items in the set are > 32 KB in length, which tickled a bug in its readBytes.
I'm using Lucene's OfflineSorter to sort a large data set, and some of the items in the set are > 32 KB in length, which tickled a bug in its readBytes.