List of usage examples for org.apache.lucene.search TotalHitCountCollector subclass-usage
From source file net.conquiris.lucene.search.ScoredTotalHitCountCollector.java
/** * A collector that counts the number of hits and keeps track of the maximum score. * @author Andres Rodriguez */ public class ScoredTotalHitCountCollector extends TotalHitCountCollector { private Scorer scorer;