Module org.elasticsearch.server
Class IpPrefixAggregator.Unmapped
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.prefix.IpPrefixAggregator.Unmapped
- All Implemented Interfaces:
Closeable,AutoCloseable,Releasable
- Enclosing class:
IpPrefixAggregator
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.Aggregator
Aggregator.BucketComparator, Aggregator.Parser, Aggregator.SubAggCollectionModeNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.BucketCollector
BucketCollector.BucketCollectorWrapper -
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.AggregatorBase
collectableSubAggregators, context, DEFAULT_WEIGHT, name, parent, subAggregatorsFields inherited from class org.elasticsearch.search.aggregations.BucketCollector
NO_OP_BUCKET_COLLECTOR, NO_OP_COLLECTOR -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnmapped(String name, AggregatorFactories factories, ValuesSourceConfig config, boolean keyed, long minDocCount, AggregationContext context, Aggregator parent, Map<String, Object> metadata) -
Method Summary
Modifier and TypeMethodDescriptionBuild an empty aggregation.Methods inherited from class org.elasticsearch.search.aggregations.NonCollectingAggregator
buildAggregations, getLeafCollectorMethods inherited from class org.elasticsearch.search.aggregations.AggregatorBase
addRequestCircuitBreakerBytes, bigArrays, buildAggregations, buildEmptySubAggregations, checkRealMemoryCB, close, doClose, doPostCollection, doPreCollection, getLeafCollector, metadata, name, parent, pointReaderIfAvailable, postCollection, preCollection, preGetSubLeafCollectors, releaseAggregations, scoreMode, searcher, subAggregator, subAggregators, topLevelQuery, toStringMethods inherited from class org.elasticsearch.search.aggregations.Aggregator
bucketComparator, buildTopLevel, collectDebugInfo, resolveSortPath, resolveSortPathOnValidAggMethods inherited from class org.elasticsearch.search.aggregations.BucketCollector
asCollector
-
Constructor Details
-
Unmapped
protected Unmapped(String name, AggregatorFactories factories, ValuesSourceConfig config, boolean keyed, long minDocCount, AggregationContext context, Aggregator parent, Map<String, Object> metadata) throws IOException- Throws:
IOException
-
-
Method Details
-
buildEmptyAggregation
Description copied from class:AggregatorBuild an empty aggregation.- Specified by:
buildEmptyAggregationin classAggregator
-