package aggregation
Type Members
- final case class AggregationOrder(value: String, order: SortOrder) extends Product with Serializable
- sealed trait AvgAggregation extends SingleElasticAggregation with HasMissing[AvgAggregation] with WithAgg
- sealed trait BucketSelectorAggregation extends SingleElasticAggregation with WithAgg
- sealed trait BucketSortAggregation extends SingleElasticAggregation with HasSize[BucketSortAggregation] with WithAgg
- sealed trait CardinalityAggregation extends SingleElasticAggregation with HasMissing[CardinalityAggregation] with WithAgg
- sealed trait ElasticAggregation extends AnyRef
- sealed trait ExtendedStatsAggregation extends SingleElasticAggregation with HasMissing[ExtendedStatsAggregation] with WithAgg
- sealed trait FilterAggregation extends SingleElasticAggregation with WithAgg with WithSubAgg[FilterAggregation]
- sealed trait MaxAggregation extends SingleElasticAggregation with HasMissing[MaxAggregation] with WithAgg
- sealed trait MinAggregation extends SingleElasticAggregation with HasMissing[MinAggregation] with WithAgg
- sealed trait MissingAggregation extends SingleElasticAggregation with WithAgg
- sealed trait MultipleAggregations extends ElasticAggregation with WithAgg
- sealed trait PercentileRanksAggregation extends SingleElasticAggregation with HasMissing[PercentileRanksAggregation] with WithAgg
- sealed trait PercentilesAggregation extends SingleElasticAggregation with HasMissing[PercentilesAggregation] with WithAgg
- sealed trait SingleElasticAggregation extends ElasticAggregation
- sealed trait StatsAggregation extends SingleElasticAggregation with HasMissing[StatsAggregation] with WithAgg
- sealed trait SumAggregation extends SingleElasticAggregation with HasMissing[SumAggregation] with WithAgg
- sealed trait TermsAggregation extends SingleElasticAggregation with HasOrder[TermsAggregation] with HasSize[TermsAggregation] with WithAgg with WithSubAgg[TermsAggregation]
- sealed trait ValueCountAggregation extends SingleElasticAggregation with WithAgg
- sealed trait WeightedAvgAggregation extends SingleElasticAggregation with WithAgg