Class StringSorter

java.lang.Object
org.apache.lucene.util.Sorter
org.apache.lucene.util.StringSorter
Direct Known Subclasses:
StableStringSorter

public abstract class StringSorter extends Sorter
A BytesRef sorter tries to use a efficient radix sorter if cmp is a BytesRefComparator, otherwise fallback to fallbackSorter(java.util.Comparator<org.apache.lucene.util.BytesRef>)