|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.codecs.BlockTreeTermsReader.Stats
public static class BlockTreeTermsReader.Stats
BlockTree statistics for a single field
returned by BlockTreeTermsReader.FieldReader.computeStats().
| Field Summary | |
|---|---|
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. |
int |
indexArcCount
How many arcs in the index FST. |
int |
indexNodeCount
How many nodes in the index FST. |
int |
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 PostingsBaseFormat,
plus the other few vInts stored in the frame. |
long |
totalBlockStatsBytes
Total number of bytes used to store term stats (not including what the PostingsBaseFormat
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. |
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int indexNodeCount
public int indexArcCount
public int 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
PostingsBaseFormat
stores.
public long totalBlockOtherBytes
PostingsBaseFormat,
plus the other few vInts stored in the frame.
public final String segment
public final String field
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||