public class SerialDiffParser extends Object implements PipelineAggregator.Parser
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static ParseField |
FORMAT |
static ParseField |
GAP_POLICY |
static ParseField |
LAG |
BUCKETS_PATH| コンストラクタと説明 |
|---|
SerialDiffParser() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
parse(String reducerName,
XContentParser parser,
SearchContext context)
Returns the pipeline aggregator factory with which this parser is
associated.
|
String |
type() |
public static final ParseField FORMAT
public static final ParseField GAP_POLICY
public static final ParseField LAG
public String type()
type インタフェース内 PipelineAggregator.Parserpublic PipelineAggregatorFactory parse(String reducerName, XContentParser parser, SearchContext context) throws IOException
PipelineAggregator.Parserparse インタフェース内 PipelineAggregator.ParserreducerName - The name of the pipeline aggregationparser - The xcontent parsercontext - The search contextIOException - When parsing failsCopyright © 2009–2016. All rights reserved.