Class 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
      • Nested classes/interfaces inherited from class org.apache.lucene.search.comparators.NumericComparator

        org.apache.lucene.search.comparators.NumericComparator.NumericLeafComparator
      • Nested classes/interfaces inherited from class org.apache.lucene.search.FieldComparator

        org.apache.lucene.search.FieldComparator.RelevanceComparator, org.apache.lucene.search.FieldComparator.TermOrdValComparator, org.apache.lucene.search.FieldComparator.TermValComparator
    • Field Summary

      • Fields inherited from class org.apache.lucene.search.comparators.FloatComparator

        bottom, topValue
      • Fields inherited from class org.apache.lucene.search.comparators.NumericComparator

        field, hitsThresholdReached, missingValue, queueFull, reverse, singleSort, topValueSet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.lucene.search.LeafFieldComparator getLeafComparator​(org.apache.lucene.index.LeafReaderContext context)  
      • Methods inherited from class org.apache.lucene.search.comparators.FloatComparator

        compare, setTopValue, value
      • Methods inherited from class org.apache.lucene.search.comparators.NumericComparator

        disableSkipping, setSingleSort
      • Methods inherited from class org.apache.lucene.search.FieldComparator

        compareValues
    • Method Detail

      • getLeafComparator

        public org.apache.lucene.search.LeafFieldComparator getLeafComparator​(org.apache.lucene.index.LeafReaderContext context)
                                                                       throws IOException
        Overrides:
        getLeafComparator in class org.apache.lucene.search.comparators.FloatComparator
        Throws:
        IOException