FieldIndexData

inner class FieldIndexData(in: IndexInput, termBytes: PagedBytes, indexStart: Long, val termsStart: Long, packedIndexStart: Long, packedOffsetsStart: Long, numIndexTerms: Long) : Accountable

Constructors

Link copied to clipboard
constructor(in: IndexInput, termBytes: PagedBytes, indexStart: Long, termsStart: Long, packedIndexStart: Long, packedOffsetsStart: Long, numIndexTerms: Long)

Properties

Link copied to clipboard

Returns nested resources of this class. The result should be a point-in-time snapshot (to avoid race conditions).

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

Functions

Link copied to clipboard
open override fun ramBytesUsed(): Long

Return the memory usage of this object in bytes. Negative values are illegal.

Link copied to clipboard
open override fun toString(): String