Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Field and Description |
---|---|
(package private) MaxScoreAccumulator |
TopScoreDocCollector.minScoreAcc |
(package private) MaxScoreAccumulator |
TopFieldCollector.minScoreAcc |
Modifier and Type | Method and Description |
---|---|
(package private) static TopScoreDocCollector |
TopScoreDocCollector.create(int numHits,
ScoreDoc after,
HitsThresholdChecker hitsThresholdChecker,
MaxScoreAccumulator minScoreAcc) |
(package private) static TopFieldCollector |
TopFieldCollector.create(Sort sort,
int numHits,
FieldDoc after,
HitsThresholdChecker hitsThresholdChecker,
MaxScoreAccumulator minScoreAcc)
Same as above with additional parameters to allow passing in the threshold checker and the max score accumulator.
|