Uses of Class
org.apache.lucene.codecs.BlockTreeTermsReader.Stats

Packages that use BlockTreeTermsReader.Stats
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of BlockTreeTermsReader.Stats in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return BlockTreeTermsReader.Stats
 BlockTreeTermsReader.Stats BlockTreeTermsReader.FieldReader.computeStats()
          For debugging -- used by CheckIndex too
 

Uses of BlockTreeTermsReader.Stats in org.apache.lucene.index
 

Fields in org.apache.lucene.index with type parameters of type BlockTreeTermsReader.Stats
 Map<String,BlockTreeTermsReader.Stats> CheckIndex.Status.TermIndexStatus.blockTreeStats
          Holds details of block allocations in the block tree terms dictionary (this is only set if the PostingsFormat for this segment uses block tree.
 



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