Uses of Class
org.apache.lucene.search.TotalHitCountCollector
-
Packages that use TotalHitCountCollector Package Description org.apache.lucene.search Code to search indices. -
-
Uses of TotalHitCountCollector in org.apache.lucene.search
Fields in org.apache.lucene.search declared as TotalHitCountCollector Modifier and Type Field Description private TotalHitCountCollectorIndexSearcher.ShortcutHitCountCollector. totalHitCountCollectorMethods in org.apache.lucene.search that return TotalHitCountCollector Modifier and Type Method Description TotalHitCountCollectorTotalHitCountCollectorManager. newCollector()Method parameters in org.apache.lucene.search with type arguments of type TotalHitCountCollector Modifier and Type Method Description java.lang.IntegerTotalHitCountCollectorManager. reduce(java.util.Collection<TotalHitCountCollector> collectors)
-