Stats

class Stats

BlockTree statistics for a single field returned by FieldReader.getStats.

Properties

Link copied to clipboard

Number of blocks at each prefix depth.

Link copied to clipboard

Number of times each compression method has been used. 0 = uncompressed 1 = lowercase_ascii 2 = LZ4

Link copied to clipboard

Field name.

Link copied to clipboard

The number of floor blocks (meta-blocks larger than the allowed maxItemsPerBlock) in the terms file.

Link copied to clipboard

The number of sub-blocks within the floor blocks.

Link copied to clipboard

Byte size of the index.

Link copied to clipboard

The number of "internal" blocks (that have both terms and sub-blocks).

Link copied to clipboard

The number of normal (non-floor) blocks in the terms file.

Link copied to clipboard

Segment name.

Link copied to clipboard

The number of "internal" blocks that do not contain terms (have only sub-blocks).

Link copied to clipboard

The number of "leaf" blocks (blocks that have only terms).

Link copied to clipboard

Total number of blocks.

Link copied to clipboard

Total bytes stored by the PostingsReaderBase, plus the other few vInts stored in the frame.

Link copied to clipboard

Total number of bytes used to store term stats (not including what the [ ] stores).

Link copied to clipboard

Total number of bytes used to store term suffixes.

Link copied to clipboard

Total number of bytes (sum of term lengths) across all terms in the field.

Link copied to clipboard

Total number of terms in the field.

Link copied to clipboard

Total number of suffix bytes before compression.

Functions

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