DocValuesUpdate

abstract class DocValuesUpdate

An in-place update to a DocValues field.

Inheritors

Types

Link copied to clipboard

An in-place update to a binary DocValues field

Link copied to clipboard
object Companion
Link copied to clipboard
class NumericDocValuesUpdate(term: Term?, field: String, value: Long? = -1, docIDUpTo: Int = BufferedUpdates.MAX_INT, hasValue: Boolean = value != null) : DocValuesUpdate

An in-place update to a numeric DocValues field

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val term: Term?
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun valueSizeInBytes(): Long
Link copied to clipboard
abstract fun valueToString(): String
Link copied to clipboard
abstract fun writeTo(output: DataOutput)