org.apache.lucene.codecs
Class BlockTreeTermsReader.Stats
java.lang.Object
org.apache.lucene.codecs.BlockTreeTermsReader.Stats
- Enclosing class:
- BlockTreeTermsReader
public static class BlockTreeTermsReader.Stats
- extends Object
BlockTree statistics for a single field
returned by BlockTreeTermsReader.FieldReader.computeStats()
.
indexNodeCount
public int indexNodeCount
indexArcCount
public int indexArcCount
indexNumBytes
public int indexNumBytes
totalTermCount
public long totalTermCount
totalTermBytes
public long totalTermBytes
nonFloorBlockCount
public int nonFloorBlockCount
floorBlockCount
public int floorBlockCount
floorSubBlockCount
public int floorSubBlockCount
mixedBlockCount
public int mixedBlockCount
termsOnlyBlockCount
public int termsOnlyBlockCount
subBlocksOnlyBlockCount
public int subBlocksOnlyBlockCount
totalBlockCount
public int totalBlockCount
blockCountByPrefixLen
public int[] blockCountByPrefixLen
totalBlockSuffixBytes
public long totalBlockSuffixBytes
totalBlockStatsBytes
public long totalBlockStatsBytes
totalBlockOtherBytes
public long totalBlockOtherBytes
segment
public final String segment
field
public final String field
BlockTreeTermsReader.Stats
public BlockTreeTermsReader.Stats(String segment,
String field)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.