Class OfflineSorter

java.lang.Object
org.apache.lucene.util.OfflineSorter

public class OfflineSorter extends Object
On-disk sorting of byte arrays. Each byte array (entry) is a composed of the following fields:
  • (two bytes) length of the following byte array,
  • exactly the above count of bytes for the sequence to be sorted.
See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.