Interface IpRangeAggregatorSupplier
public interface IpRangeAggregatorSupplier
-
Method Summary
Modifier and TypeMethodDescriptionbuild(String name, AggregatorFactories factories, ValuesSource valuesSource, DocValueFormat format, List<BinaryRangeAggregator.Range> ranges, boolean keyed, AggregationContext context, Aggregator parent, CardinalityUpperBound cardinality, Map<String,Object> metadata)
-
Method Details
-
build
Aggregator build(String name, AggregatorFactories factories, ValuesSource valuesSource, DocValueFormat format, List<BinaryRangeAggregator.Range> ranges, boolean keyed, AggregationContext context, Aggregator parent, CardinalityUpperBound cardinality, Map<String,Object> metadata) throws IOException- Throws:
IOException
-