Uses of Class
org.apache.lucene.search.FilterCollector
-
Packages that use FilterCollector Package Description org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.org.apache.lucene.search Code to search indices.org.apache.lucene.search.grouping Grouping. -
-
Uses of FilterCollector in org.apache.lucene.sandbox.search
Subclasses of FilterCollector in org.apache.lucene.sandbox.search Modifier and Type Class Description (package private) class
ProfilerCollectorWrapper
A collector that profiles how much time is spent calling it. -
Uses of FilterCollector in org.apache.lucene.search
Subclasses of FilterCollector in org.apache.lucene.search Modifier and Type Class Description class
CachingCollector
Caches all docs, and optionally also scores, coming from a search, and is then able to replay them to another collector.private static class
CachingCollector.NoScoreCachingCollector
private static class
CachingCollector.ScoreCachingCollector
class
PositiveScoresOnlyCollector
-
Uses of FilterCollector in org.apache.lucene.search.grouping
Subclasses of FilterCollector in org.apache.lucene.search.grouping Modifier and Type Class Description private static class
TopGroupsCollector.TopDocsAndMaxScoreCollector
-