org.apache.lucene.codecs
Class BlockTreeTermsReader.Stats

java.lang.Object
  extended by 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().


Field Summary
 int[] blockCountByPrefixLen
           
 String field
           
 int floorBlockCount
           
 int floorSubBlockCount
           
 int indexArcCount
           
 int indexNodeCount
           
 int indexNumBytes
           
 int mixedBlockCount
           
 int nonFloorBlockCount
           
 String segment
           
 int subBlocksOnlyBlockCount
           
 int termsOnlyBlockCount
           
 int totalBlockCount
           
 long totalBlockOtherBytes
           
 long totalBlockStatsBytes
           
 long totalBlockSuffixBytes
           
 long totalTermBytes
           
 long totalTermCount
           
 
Constructor Summary
BlockTreeTermsReader.Stats(String segment, String field)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

BlockTreeTermsReader.Stats

public BlockTreeTermsReader.Stats(String segment,
                                  String field)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.