@FunctionalInterface
public static interface PipelineAggregator.Parser
PipelineAggregationBuilder from a XContentParser.| Modifier and Type | Field and Description |
|---|---|
static ParseField |
BUCKETS_PATH |
static ParseField |
FORMAT |
static ParseField |
GAP_POLICY |
| Modifier and Type | Method and Description |
|---|---|
PipelineAggregationBuilder |
parse(java.lang.String pipelineAggregatorName,
XContentParser parser)
Returns the pipeline aggregator factory with which this parser is
associated.
|
static final ParseField BUCKETS_PATH
static final ParseField FORMAT
static final ParseField GAP_POLICY
PipelineAggregationBuilder parse(java.lang.String pipelineAggregatorName, XContentParser parser) throws java.io.IOException
pipelineAggregatorName - The name of the pipeline aggregationparser - the parserjava.io.IOException - When parsing fails