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 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 SingleElasticAggregation extends ElasticAggregation
- 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]