Java org.apache.lucene.search TopScoreDocCollector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search TopScoreDocCollector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search TopScoreDocCollector.

The text is from its open source code.

Method

TopScoreDocCollectorcreate(int numHits, int totalHitsThreshold)
Creates a new TopScoreDocCollector given the number of hits to collect and the number of hits to count accurately.
TopScoreDocCollectorcreate(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.
TopScoreDocCollectorcreate(int numHits, ScoreDoc after, HitsThresholdChecker hitsThresholdChecker)