Example usage for org.apache.lucene.search TotalHitCountCollector subclass-usage

List of usage examples for org.apache.lucene.search TotalHitCountCollector subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.search TotalHitCountCollector subclass-usage.

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;