p

zio.elasticsearch

aggregation

package aggregation

Type Members

  1. final case class AggregationOrder(value: String, order: SortOrder) extends Product with Serializable
  2. sealed trait AvgAggregation extends SingleElasticAggregation with HasMissing[AvgAggregation] with WithAgg
  3. sealed trait BucketSelectorAggregation extends SingleElasticAggregation with WithAgg
  4. sealed trait BucketSortAggregation extends SingleElasticAggregation with HasSize[BucketSortAggregation] with WithAgg
  5. sealed trait CardinalityAggregation extends SingleElasticAggregation with HasMissing[CardinalityAggregation] with WithAgg
  6. sealed trait ElasticAggregation extends AnyRef
  7. sealed trait ExtendedStatsAggregation extends SingleElasticAggregation with HasMissing[ExtendedStatsAggregation] with WithAgg
  8. sealed trait FilterAggregation extends SingleElasticAggregation with WithAgg with WithSubAgg[FilterAggregation]
  9. sealed trait MaxAggregation extends SingleElasticAggregation with HasMissing[MaxAggregation] with WithAgg
  10. sealed trait MinAggregation extends SingleElasticAggregation with HasMissing[MinAggregation] with WithAgg
  11. sealed trait MissingAggregation extends SingleElasticAggregation with WithAgg
  12. sealed trait MultipleAggregations extends ElasticAggregation with WithAgg
  13. sealed trait PercentileRanksAggregation extends SingleElasticAggregation with HasMissing[PercentileRanksAggregation] with WithAgg
  14. sealed trait PercentilesAggregation extends SingleElasticAggregation with HasMissing[PercentilesAggregation] with WithAgg
  15. sealed trait SingleElasticAggregation extends ElasticAggregation
  16. sealed trait StatsAggregation extends SingleElasticAggregation with HasMissing[StatsAggregation] with WithAgg
  17. sealed trait SumAggregation extends SingleElasticAggregation with HasMissing[SumAggregation] with WithAgg
  18. sealed trait TermsAggregation extends SingleElasticAggregation with HasOrder[TermsAggregation] with HasSize[TermsAggregation] with WithAgg with WithSubAgg[TermsAggregation]
  19. sealed trait ValueCountAggregation extends SingleElasticAggregation with WithAgg
  20. sealed trait WeightedAvgAggregation extends SingleElasticAggregation with WithAgg

Ungrouped