Uses of Class
org.apache.lucene.codecs.BlockTreeTermsReader.Stats
Packages that use BlockTreeTermsReader.Stats
Package
Description
Codecs API: API for customization of the encoding and structure of the 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.StatsModifier and TypeMethodDescriptionBlockTreeTermsReader.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.StatsModifier and TypeFieldDescriptionCheckIndex.Status.TermIndexStatus.blockTreeStats
Holds details of block allocations in the block tree terms dictionary (this is only set if thePostingsFormat
for this segment uses block tree.