Module org.elasticsearch.server
Class RangeAggregator.Unmapped<R extends RangeAggregator.Range>
java.lang.Object
org.elasticsearch.search.aggregations.BucketCollector
org.elasticsearch.search.aggregations.Aggregator
org.elasticsearch.search.aggregations.AggregatorBase
org.elasticsearch.search.aggregations.NonCollectingAggregator
org.elasticsearch.search.aggregations.bucket.range.RangeAggregator.Unmapped<R>
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Releasable
- Enclosing class:
- RangeAggregator
public static class RangeAggregator.Unmapped<R extends RangeAggregator.Range>
extends NonCollectingAggregator
- 
Nested Class SummaryNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.AggregatorAggregator.BucketComparator, Aggregator.Parser, Aggregator.SubAggCollectionMode
- 
Field SummaryFields inherited from class org.elasticsearch.search.aggregations.AggregatorBasecollectableSubAggregators, DEFAULT_WEIGHT, name, parent, subAggregatorsFields inherited from class org.elasticsearch.search.aggregations.BucketCollectorNO_OP_BUCKET_COLLECTOR, NO_OP_COLLECTOR
- 
Constructor SummaryConstructorsConstructorDescriptionUnmapped(String name, AggregatorFactories factories, R[] ranges, boolean keyed, DocValueFormat format, AggregationContext context, Aggregator parent, InternalRange.Factory factory, Map<String, Object> metadata) 
- 
Method SummaryModifier and TypeMethodDescriptionBuild an empty aggregation.Methods inherited from class org.elasticsearch.search.aggregations.NonCollectingAggregatorbuildAggregations, getLeafCollectorMethods inherited from class org.elasticsearch.search.aggregations.AggregatorBaseaddRequestCircuitBreakerBytes, bigArrays, buildEmptySubAggregations, close, doClose, doPostCollection, doPreCollection, getLeafCollector, metadata, name, parent, pointReaderIfAvailable, postCollection, preCollection, preGetSubLeafCollectors, scoreMode, searcher, subAggregator, subAggregators, topLevelQuery, toStringMethods inherited from class org.elasticsearch.search.aggregations.AggregatorbucketComparator, buildTopLevel, collectDebugInfo, resolveSortPath, resolveSortPathOnValidAggMethods inherited from class org.elasticsearch.search.aggregations.BucketCollectorasCollector
- 
Constructor Details- 
Unmappedpublic Unmapped(String name, AggregatorFactories factories, R[] ranges, boolean keyed, DocValueFormat format, AggregationContext context, Aggregator parent, InternalRange.Factory factory, Map<String, Object> metadata) throws IOException- Throws:
- IOException
 
 
- 
- 
Method Details- 
buildEmptyAggregationDescription copied from class:AggregatorBuild an empty aggregation.- Specified by:
- buildEmptyAggregationin class- Aggregator
 
 
-