Class DoubleValuesSourceComparator

java.lang.Object
org.apache.lucene.search.FieldComparator<T>
org.apache.lucene.search.comparators.NumericComparator<Double>
org.apache.lucene.search.comparators.DoubleComparator
org.hibernate.search.backend.lucene.lowlevel.comparator.impl.DoubleValuesSourceComparator

public class DoubleValuesSourceComparator extends org.apache.lucene.search.comparators.DoubleComparator
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.lucene.search.comparators.DoubleComparator

    org.apache.lucene.search.comparators.DoubleComparator.DoubleLeafComparator

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

    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
    DoubleValuesSourceComparator(int numHits, String field, Double missingValue, boolean reversed, org.apache.lucene.search.Pruning ignored, DoubleMultiValuesToSingleValuesSource 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.DoubleComparator

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