Interface BucketedSort.ExtraData

Enclosing class:
BucketedSort

public static interface BucketedSort.ExtraData
Callbacks for storing extra data along with competitive sorts.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    loader(org.apache.lucene.index.LeafReaderContext ctx)
    Prepare to load extra data from a leaf.
    void
    swap(long lhs, long rhs)
    Swap the position of two bits of extra data.