Uses of Class
org.elasticsearch.plugins.SearchPlugin.AggregationSpec
-
Packages that use SearchPlugin.AggregationSpec Package Description org.elasticsearch.plugins -
-
Uses of SearchPlugin.AggregationSpec in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return SearchPlugin.AggregationSpec Modifier and Type Method Description SearchPlugin.AggregationSpecSearchPlugin.AggregationSpec. addResultReader(String writeableName, Writeable.Reader<? extends InternalAggregation> resultReader)Add a reader for the shard level results of the aggregation.SearchPlugin.AggregationSpecSearchPlugin.AggregationSpec. 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.AggregationSpec Modifier and Type Method Description default List<SearchPlugin.AggregationSpec>SearchPlugin. getAggregations()The newAggregations added by this plugin.
-