Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.grouping |
Grouping.
|
Modifier and Type | Class and 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
|
Modifier and Type | Class and Description |
---|---|
private static class |
TopGroupsCollector.TopDocsAndMaxScoreCollector |