TotalHitCountCollector
Just counts the total number of hits. This is the collector behind IndexSearcher.count. When the Weight implements Weight.count, this collector will skip collecting segments.
Just counts the total number of hits. This is the collector behind IndexSearcher.count. When the Weight implements Weight.count, this collector will skip collecting segments.