public static interface PipelineAggregator.Parser
PipelineAggregatorFactory| Modifier and Type | Field and Description |
|---|---|
static ParseField |
BUCKETS_PATH |
static ParseField |
FORMAT |
static ParseField |
GAP_POLICY |
| Modifier and Type | Method and Description |
|---|---|
PipelineAggregatorFactory |
parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context)
Returns the pipeline aggregator factory with which this parser is
associated.
|
String |
type() |
static final ParseField BUCKETS_PATH
static final ParseField FORMAT
static final ParseField GAP_POLICY
String type()
PipelineAggregatorFactory parse(String pipelineAggregatorName, XContentParser parser, SearchContext context) throws IOException
pipelineAggregatorName - The name of the pipeline aggregationparser - The xcontent parsercontext - The search contextIOException - When parsing failsCopyright © 2009–2017. All rights reserved.