public class Stats extends Object
FieldReader.getStats().| Modifier and Type | Field and Description |
|---|---|
int[] |
blockCountByPrefixLen
Number of blocks at each prefix depth.
|
String |
field
Field name.
|
int |
floorBlockCount
The number of floor blocks (meta-blocks larger than the
allowed
maxItemsPerBlock) in the terms file. |
int |
floorSubBlockCount
The number of sub-blocks within the floor blocks.
|
long |
indexArcCount
How many arcs in the index FST.
|
long |
indexNodeCount
How many nodes in the index FST.
|
long |
indexNumBytes
Byte size of the index.
|
int |
mixedBlockCount
The number of "internal" blocks (that have both
terms and sub-blocks).
|
int |
nonFloorBlockCount
The number of normal (non-floor) blocks in the terms file.
|
String |
segment
Segment name.
|
int |
subBlocksOnlyBlockCount
The number of "internal" blocks that do not contain
terms (have only sub-blocks).
|
int |
termsOnlyBlockCount
The number of "leaf" blocks (blocks that have only
terms).
|
int |
totalBlockCount
Total number of blocks.
|
long |
totalBlockOtherBytes
Total bytes stored by the
PostingsReaderBase,
plus the other few vInts stored in the frame. |
long |
totalBlockStatsBytes
Total number of bytes used to store term stats (not
including what the
PostingsReaderBase
stores. |
long |
totalBlockSuffixBytes
Total number of bytes used to store term suffixes.
|
long |
totalTermBytes
Total number of bytes (sum of term lengths) across all terms in the field.
|
long |
totalTermCount
Total number of terms in the field.
|
public long indexNodeCount
public long indexArcCount
public long indexNumBytes
public long totalTermCount
public long totalTermBytes
public int nonFloorBlockCount
public int floorBlockCount
maxItemsPerBlock) in the terms file.public int floorSubBlockCount
public int mixedBlockCount
public int termsOnlyBlockCount
public int subBlocksOnlyBlockCount
public int totalBlockCount
public int[] blockCountByPrefixLen
public long totalBlockSuffixBytes
public long totalBlockStatsBytes
PostingsReaderBase
stores.public long totalBlockOtherBytes
PostingsReaderBase,
plus the other few vInts stored in the frame.public final String segment
public final String field
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.