Interface BytesRefSorter

  • All Known Implementing Classes:
    ExternalRefSorter, InMemorySorter

    public interface BytesRefSorter
    Collects BytesRef and then allows one to iterate over their sorted order. Implementations of this interface will be called in a single-threaded scenario.