Class ProfilingLeafBucketCollector

  • All Implemented Interfaces:
    org.apache.lucene.search.LeafCollector

    public class ProfilingLeafBucketCollector
    extends LeafBucketCollector
    • Method Detail

      • collect

        public void collect​(int doc,
                            long bucket)
                     throws java.io.IOException
        Description copied from class: LeafBucketCollector
        Collect the given doc in the given bucket.
        Specified by:
        collect in class LeafBucketCollector
        Throws:
        java.io.IOException
      • setScorer

        public void setScorer​(org.apache.lucene.search.Scorer scorer)
                       throws java.io.IOException
        Specified by:
        setScorer in interface org.apache.lucene.search.LeafCollector
        Overrides:
        setScorer in class LeafBucketCollector
        Throws:
        java.io.IOException