StoredValue

Abstraction around a stored value.

See also

IndexableField

Constructors

Link copied to clipboard
constructor(value: Int)

Ctor for integer values.

constructor(value: Long)

Ctor for long values.

constructor(value: Float)

Ctor for float values.

constructor(value: Double)

Ctor for double values.

constructor(value: BytesRef)

Ctor for binary values.

constructor(value: StoredFieldDataInput)

Ctor for data input values.

constructor(value: String)

Ctor for string values.

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Retrieve the type of the stored value.

Functions

Link copied to clipboard

Retrieve a double value.

Link copied to clipboard

Retrieve a float value.

Link copied to clipboard

Retrieve an integer value.

Link copied to clipboard

Retrieve a long value.

Link copied to clipboard

Set a data input value.

Link copied to clipboard

Set a double value.

Link copied to clipboard
fun setFloatValue(value: Float)

Set a float value.

Link copied to clipboard
fun setIntValue(value: Int)

Set an integer value.

Link copied to clipboard
fun setLongValue(value: Long)

Set a long value.