Uses of Class
org.elasticsearch.plugins.SearchPlugin.PipelineAggregationSpec
-
Packages that use SearchPlugin.PipelineAggregationSpec Package Description org.elasticsearch.plugins -
-
Uses of SearchPlugin.PipelineAggregationSpec in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return SearchPlugin.PipelineAggregationSpec Modifier and Type Method Description SearchPlugin.PipelineAggregationSpecSearchPlugin.PipelineAggregationSpec. addResultReader(String writeableName, Writeable.Reader<? extends InternalAggregation> resultReader)Add a reader for the shard level results of the aggregation.SearchPlugin.PipelineAggregationSpecSearchPlugin.PipelineAggregationSpec. addResultReader(Writeable.Reader<? extends InternalAggregation> resultReader)Add a reader for the shard level results of the aggregation with SearchPlugin.SearchExtensionSpec.getName()'sParseField.getPreferredName()as theNamedWriteable.getWriteableName().Methods in org.elasticsearch.plugins that return types with arguments of type SearchPlugin.PipelineAggregationSpec Modifier and Type Method Description default List<SearchPlugin.PipelineAggregationSpec>SearchPlugin. getPipelineAggregations()The newPipelineAggregators added by this plugin.
-