Class IntValuesSourceComparator
- java.lang.Object
-
- org.apache.lucene.search.FieldComparator<T>
-
- org.apache.lucene.search.comparators.NumericComparator<Integer>
-
- org.apache.lucene.search.comparators.IntComparator
-
- org.hibernate.search.backend.lucene.lowlevel.comparator.impl.IntValuesSourceComparator
-
public class IntValuesSourceComparator extends org.apache.lucene.search.comparators.IntComparator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.lucene.search.comparators.IntComparator
org.apache.lucene.search.comparators.IntComparator.IntLeafComparator
-
-
Constructor Summary
Constructors Constructor Description IntValuesSourceComparator(int numHits, String field, Integer 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.IntComparator
compare, setTopValue, value
-
-
-
-
Constructor Detail
-
IntValuesSourceComparator
public IntValuesSourceComparator(int numHits, String field, Integer 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.IntComparator- Throws:
IOException
-
-