Uses of Class
org.apache.lucene.codecs.BlockTreeTermsReader.Stats
-
Packages that use BlockTreeTermsReader.Stats Package Description 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 Modifier and Type Method Description BlockTreeTermsReader.StatsBlockTreeTermsReader.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 Modifier and Type Field Description Map<String,BlockTreeTermsReader.Stats>CheckIndex.Status.TermIndexStatus. blockTreeStatsHolds details of block allocations in the block tree terms dictionary (this is only set if thePostingsFormatfor this segment uses block tree.
-