lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.index
/
DocValuesUpdate
/
NumericDocValuesUpdate
/
NumericDocValuesUpdate
Numeric
Doc
Values
Update
constructor
(
term
:
Term
?
,
field
:
String
,
value
:
Long
?
=
-1
,
docIDUpTo
:
Int
=
BufferedUpdates.MAX_INT
,
hasValue
:
Boolean
=
value != null
)