Example usage for Java org.apache.lucene.search TopScoreDocCollector fields, constructors, methods, implement or subclass
The text is from its open source code.
TopScoreDocCollector | create(int numHits, int totalHitsThreshold) Creates a new TopScoreDocCollector given the number of hits to collect and the number of hits to count accurately. |
TopScoreDocCollector | create(int numHits, ScoreDoc after, int totalHitsThreshold) Creates a new TopScoreDocCollector given the number of hits to collect, the bottom of the previous page, and the number of hits to count accurately. |
TopScoreDocCollector | create(int numHits, ScoreDoc after, HitsThresholdChecker hitsThresholdChecker) |