Class DocValuesUpdate.NumericDocValuesUpdate

  • Enclosing class:
    DocValuesUpdate

    static final class DocValuesUpdate.NumericDocValuesUpdate
    extends DocValuesUpdate
    An in-place update to a numeric DocValues field
    • Field Detail

      • value

        private final long value
    • Constructor Detail

      • NumericDocValuesUpdate

        NumericDocValuesUpdate​(Term term,
                               java.lang.String field,
                               long value)
      • NumericDocValuesUpdate

        NumericDocValuesUpdate​(Term term,
                               java.lang.String field,
                               java.lang.Long value)
      • NumericDocValuesUpdate

        private NumericDocValuesUpdate​(Term term,
                                       java.lang.String field,
                                       long value,
                                       int docIDUpTo,
                                       boolean hasValue)