Uses of Class
org.apache.lucene.codecs.blocktree.Stats
-
Packages that use Stats Package Description org.apache.lucene.codecs.blocktree BlockTree terms dictionary. -
-
Uses of Stats in org.apache.lucene.codecs.blocktree
Methods in org.apache.lucene.codecs.blocktree that return Stats Modifier and Type Method Description StatsSegmentTermsEnum. computeBlockStats()Runs next() through the entire terms dict, computing aggregate statistics.StatsFieldReader. getStats()For debugging -- used by CheckIndex too
-