Class FieldComparator.NumericComparator<T extends java.lang.Number>

    • Field Detail

      • missingValue

        protected final T extends java.lang.Number missingValue
      • field

        protected final java.lang.String field
    • Constructor Detail

      • NumericComparator

        public NumericComparator​(java.lang.String field,
                                 T missingValue)
    • Method Detail

      • getNumericDocValues

        protected NumericDocValues getNumericDocValues​(LeafReaderContext context,
                                                       java.lang.String field)
                                                throws java.io.IOException
        Retrieves the NumericDocValues for the field in this segment
        Throws:
        java.io.IOException