Interface PipelineAggregator.Parser

    • Method Detail

      • parse

        PipelineAggregationBuilder parse​(String pipelineAggregatorName,
                                         XContentParser parser)
                                  throws IOException
        Returns the pipeline aggregator factory with which this parser is associated.
        Parameters:
        pipelineAggregatorName - The name of the pipeline aggregation
        parser - the parser
        Returns:
        The resolved pipeline aggregator factory
        Throws:
        IOException - When parsing fails