Class TotalHitCountCollector

java.lang.Object
org.apache.lucene.search.Collector
org.apache.lucene.search.TotalHitCountCollector

public class TotalHitCountCollector extends Collector
Just counts the total number of hits.
  • Constructor Details

    • TotalHitCountCollector

      public TotalHitCountCollector()
  • Method Details