Interface DiversifiedAggregatorSupplier

All Superinterfaces:
AggregatorSupplier

public interface DiversifiedAggregatorSupplier
extends AggregatorSupplier
  • Method Summary

    Modifier and Type Method Description
    Aggregator build​(java.lang.String name, int shardSize, AggregatorFactories factories, SearchContext context, Aggregator parent, java.util.Map<java.lang.String,​java.lang.Object> metadata, ValuesSource valuesSource, int maxDocsPerValue, java.lang.String executionHint)  
  • Method Details

    • build

      Aggregator build​(java.lang.String name, int shardSize, AggregatorFactories factories, SearchContext context, Aggregator parent, java.util.Map<java.lang.String,​java.lang.Object> metadata, ValuesSource valuesSource, int maxDocsPerValue, java.lang.String executionHint) throws java.io.IOException
      Throws:
      java.io.IOException