Class 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
      • 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.LongComparator

        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.LongComparator

        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.LongComparator
        Throws:
        IOException