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: