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