Interface TwoPhaseCollector

All Superinterfaces:
org.apache.lucene.search.Collector
All Known Implementing Classes:
AggregatorCollector, BucketCollector.BucketCollectorWrapper, InternalProfileCollector, QueryPhaseCollector

public interface TwoPhaseCollector extends org.apache.lucene.search.Collector
A Collector extension that allows to run a post-collection phase. This phase is run on the same thread as the collection phase.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run post-collection phase

    Methods inherited from interface org.apache.lucene.search.Collector

    getLeafCollector, scoreMode, setWeight
  • Method Details