Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
org.apache.solr.search.grouping.collector |
Grouping related
Collector s |
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.
|
class |
EarlyTerminatingSortingCollector
|
class |
PositiveScoresOnlyCollector
|
Modifier and Type | Class and Description |
---|---|
class |
EarlyTerminatingCollector
A wrapper
Collector that throws EarlyTerminatingCollectorException )
once a specified maximum number of documents are collected. |
Modifier and Type | Class and Description |
---|---|
class |
FilterCollector
A collector that filters incoming doc ids that are not in the filter.
|