Class SimpleFieldComparator<T>

java.lang.Object
org.apache.lucene.search.FieldComparator<T>
org.apache.lucene.search.SimpleFieldComparator<T>
All Implemented Interfaces:
LeafFieldComparator
Direct Known Subclasses:
FeatureSortField.FeatureComparator, ValueSource.ValueSourceComparator

public abstract class SimpleFieldComparator<T> extends FieldComparator<T> implements LeafFieldComparator
Base FieldComparator implementation that is used for all contexts.