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

    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.TermValComparator
  • Field Summary

    Fields inherited from class org.apache.lucene.search.comparators.IntComparator

    bottom, topValue

    Fields inherited from class org.apache.lucene.search.comparators.NumericComparator

    field, hitsThresholdReached, missingValue, pruning, queueFull, reverse, singleSort, topValueSet
  • Constructor Summary

    Constructors
    Constructor
    Description
    IntValuesSourceComparator(int numHits, String field, Integer missingValue, boolean reversed, org.apache.lucene.search.Pruning ignored, LongMultiValuesToSingleValuesSource source)
     
  • Method Summary

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

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

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