Class SimpleFieldComparator<T>

java.lang.Object
org.apache.lucene.search.FieldComparator<T>
org.apache.lucene.search.SimpleFieldComparator<T>
All Implemented Interfaces:
LeafFieldComparator

public abstract class SimpleFieldComparator<T> extends FieldComparator<T> implements LeafFieldComparator
Base FieldComparator implementation that is used for all contexts.
WARNING: This API is experimental and might change in incompatible ways in the next release.