Uses of Class
org.apache.lucene.search.TopFieldCollector
-
Packages that use TopFieldCollector Package Description org.apache.lucene.search Code to search indices. -
-
Uses of TopFieldCollector in org.apache.lucene.search
Subclasses of TopFieldCollector in org.apache.lucene.search Modifier and Type Class Description (package private) static class
TopFieldCollector.PagingFieldCollector
(package private) static class
TopFieldCollector.SimpleFieldCollector
Fields in org.apache.lucene.search with type parameters of type TopFieldCollector Modifier and Type Field Description private java.util.List<TopFieldCollector>
TopFieldCollectorManager. collectors
Methods in org.apache.lucene.search that return TopFieldCollector Modifier and Type Method Description static TopFieldCollector
TopFieldCollector. create(Sort sort, int numHits, int totalHitsThreshold)
Deprecated.This method is deprecated in favor of the constructor ofTopFieldCollectorManager
due to its support for concurrency in IndexSearcherstatic TopFieldCollector
TopFieldCollector. create(Sort sort, int numHits, FieldDoc after, int totalHitsThreshold)
Deprecated.This method is deprecated in favor of the constructor ofTopFieldCollectorManager
due to its support for concurrency in IndexSearcherTopFieldCollector
TopFieldCollectorManager. newCollector()
Methods in org.apache.lucene.search that return types with arguments of type TopFieldCollector Modifier and Type Method Description static CollectorManager<TopFieldCollector,TopFieldDocs>
TopFieldCollector. createSharedManager(Sort sort, int numHits, FieldDoc after, int totalHitsThreshold)
Deprecated.This method is deprecated in favor of the constructor ofTopFieldCollectorManager
due to its support for concurrency in IndexSearcherjava.util.List<TopFieldCollector>
TopFieldCollectorManager. getCollectors()
Method parameters in org.apache.lucene.search with type arguments of type TopFieldCollector Modifier and Type Method Description TopFieldDocs
TopFieldCollectorManager. reduce(java.util.Collection<TopFieldCollector> collectors)
-