Class NonCollectingAggregator

All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, org.apache.lucene.search.Collector, Releasable
Direct Known Subclasses:
RangeAggregator.Unmapped

public abstract class NonCollectingAggregator
extends AggregatorBase
An aggregator that is not collected, this can typically be used when running an aggregation over a field that doesn't have a mapping.