CompositeAggregation

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class CompositeAggBucket(key: Map[String, Any], docCount: Long, data: Map[String, Any]) extends AggBucket with HasAggregations
implicit class CompositeAggResult(aggs: HasAggregations)
case class CompositeAggregationResult(name: String, buckets: Seq[CompositeAggBucket], afterKey: Option[Map[String, Any]], data: Map[String, Any]) extends BucketAggregation

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

final implicit def CompositeAggResult(aggs: HasAggregations): CompositeAggResult