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 Stats
SegmentTermsEnum. computeBlockStats()
Runs next() through the entire terms dict, computing aggregate statistics.Stats
FieldReader. getStats()
For debugging -- used by CheckIndex too
-