Class StringSorter

java.lang.Object
org.apache.lucene.util.Sorter
org.apache.lucene.util.StringSorter

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>)
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.