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 TotalHitCountCollector
IndexSearcher.ShortcutHitCountCollector. totalHitCountCollector
Methods in org.apache.lucene.search that return TotalHitCountCollector Modifier and Type Method Description TotalHitCountCollector
TotalHitCountCollectorManager. newCollector()
Method parameters in org.apache.lucene.search with type arguments of type TotalHitCountCollector Modifier and Type Method Description java.lang.Integer
TotalHitCountCollectorManager. reduce(java.util.Collection<TotalHitCountCollector> collectors)
-