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 IpRangeAggregation extends SingleElasticAggregation with WithAgg with WithSubAgg[IpRangeAggregation]
  10. final case class IpRangeBound(from: Option[String] = None, key: Option[String] = None, mask: Option[String] = None, to: Option[String] = None) extends Product with Serializable
  11. sealed trait MaxAggregation extends SingleElasticAggregation with HasMissing[MaxAggregation] with WithAgg
  12. sealed trait MinAggregation extends SingleElasticAggregation with HasMissing[MinAggregation] with WithAgg
  13. sealed trait MissingAggregation extends SingleElasticAggregation with WithAgg
  14. sealed trait MultipleAggregations extends ElasticAggregation with WithAgg
  15. sealed trait PercentileRanksAggregation extends SingleElasticAggregation with HasMissing[PercentileRanksAggregation] with WithAgg
  16. sealed trait PercentilesAggregation extends SingleElasticAggregation with HasMissing[PercentilesAggregation] with WithAgg
  17. sealed trait SamplerAggregation extends SingleElasticAggregation with WithSubAgg[SamplerAggregation]
  18. sealed trait SingleElasticAggregation extends ElasticAggregation
  19. sealed trait StatsAggregation extends SingleElasticAggregation with HasMissing[StatsAggregation] with WithAgg
  20. sealed trait SumAggregation extends SingleElasticAggregation with HasMissing[SumAggregation] with WithAgg
  21. sealed trait TermsAggregation extends SingleElasticAggregation with HasOrder[TermsAggregation] with HasSize[TermsAggregation] with WithAgg with WithSubAgg[TermsAggregation]
  22. sealed trait ValueCountAggregation extends SingleElasticAggregation with WithAgg
  23. sealed trait WeightedAvgAggregation extends SingleElasticAggregation with WithAgg

Ungrouped