| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterLeafCollector
LeafCollector delegator. |
class |
SimpleCollector
Base
Collector implementation that is used to collect all contexts. |
class |
TopDocsCollector<T extends ScoreDoc>
A base class for all collectors that return a
TopDocs output. |
class |
TopFieldCollector
|
class |
TopScoreDocCollector
|
class |
TotalHitCountCollector
Just counts the total number of hits.
|
| Modifier and Type | Field and Description |
|---|---|
protected LeafCollector |
FilterLeafCollector.in |
| Modifier and Type | Method and Description |
|---|---|
LeafCollector |
PositiveScoresOnlyCollector.getLeafCollector(AtomicReaderContext context) |
LeafCollector |
FilterCollector.getLeafCollector(AtomicReaderContext context) |
LeafCollector |
TimeLimitingCollector.getLeafCollector(AtomicReaderContext context) |
LeafCollector |
SimpleCollector.getLeafCollector(AtomicReaderContext context) |
LeafCollector |
Collector.getLeafCollector(AtomicReaderContext context)
Create a new
collector to collect the given context. |
LeafCollector |
MultiCollector.getLeafCollector(AtomicReaderContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkScorer.score(LeafCollector collector)
Scores and collects all matching documents.
|
boolean |
ConstantScoreQuery.ConstantBulkScorer.score(LeafCollector collector,
int max) |
abstract boolean |
BulkScorer.score(LeafCollector collector,
int max)
Collects matching documents in a range.
|
| Constructor and Description |
|---|
FilterLeafCollector(LeafCollector in)
Sole constructor.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.