Class LongValuesSourceComparator
- java.lang.Object
-
- org.apache.lucene.search.FieldComparator<T>
-
- org.apache.lucene.search.comparators.NumericComparator<Long>
-
- org.apache.lucene.search.comparators.LongComparator
-
- org.hibernate.search.backend.lucene.lowlevel.comparator.impl.LongValuesSourceComparator
-
public class LongValuesSourceComparator extends org.apache.lucene.search.comparators.LongComparator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.lucene.search.comparators.LongComparator
org.apache.lucene.search.comparators.LongComparator.LongLeafComparator
-
-
Constructor Summary
Constructors Constructor Description LongValuesSourceComparator(int numHits, String field, Long missingValue, boolean reversed, int sortPos, LongMultiValuesToSingleValuesSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.LeafFieldComparatorgetLeafComparator(org.apache.lucene.index.LeafReaderContext context)-
Methods inherited from class org.apache.lucene.search.comparators.LongComparator
compare, setTopValue, value
-
-
-
-
Constructor Detail
-
LongValuesSourceComparator
public LongValuesSourceComparator(int numHits, String field, Long missingValue, boolean reversed, int sortPos, LongMultiValuesToSingleValuesSource source)
-
-
Method Detail
-
getLeafComparator
public org.apache.lucene.search.LeafFieldComparator getLeafComparator(org.apache.lucene.index.LeafReaderContext context) throws IOException- Overrides:
getLeafComparatorin classorg.apache.lucene.search.comparators.LongComparator- Throws:
IOException
-
-