Packages

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 MaxAggregation extends SingleElasticAggregation with HasMissing[MaxAggregation] with WithAgg
  8. sealed trait MinAggregation extends SingleElasticAggregation with HasMissing[MinAggregation] with WithAgg
  9. sealed trait MissingAggregation extends SingleElasticAggregation with WithAgg
  10. sealed trait MultipleAggregations extends ElasticAggregation with WithAgg
  11. sealed trait SingleElasticAggregation extends ElasticAggregation
  12. sealed trait SumAggregation extends SingleElasticAggregation with HasMissing[SumAggregation] with WithAgg
  13. sealed trait TermsAggregation extends SingleElasticAggregation with HasOrder[TermsAggregation] with HasSize[TermsAggregation] with WithAgg with WithSubAgg[TermsAggregation]

Ungrouped