NumericDocValuesField

constructor(name: String, value: Long?, fieldType: FieldType)


constructor(name: String, value: Long)

Creates a new DocValues field with the specified 64-bit long value

Parameters

name

field name

value

64-bit long value

Throws

if the field name is null


constructor(name: String, value: Long?)

Creates a new DocValues field with the specified 64-bit long value

Parameters

name

field name

value

64-bit long value or null if the existing fields value should be removed on update

Throws

if the field name is null