c
com.sksamuel.elastic4s.requests.searches.aggs
CompositeAggregation
Companion object CompositeAggregation
case class CompositeAggregation(name: String, sources: Seq[ValueSource] = Nil, size: Option[Int] = None, subaggs: Seq[AbstractAggregation] = Nil, metadata: Map[String, AnyRef] = Map.empty, after: Option[Map[String, Any]] = None) extends Aggregation with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompositeAggregation
- Serializable
- Serializable
- Product
- Equals
- Aggregation
- AbstractAggregation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CompositeAggregation(name: String, sources: Seq[ValueSource] = Nil, size: Option[Int] = None, subaggs: Seq[AbstractAggregation] = Nil, metadata: Map[String, AnyRef] = Map.empty, after: Option[Map[String, Any]] = None)
Type Members
-
type
T = CompositeAggregation
- Definition Classes
- CompositeAggregation → AbstractAggregation
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addSubAggregation(agg: AbstractAggregation): T
- Definition Classes
- Aggregation
-
def
addSubagg(agg: AbstractAggregation): T
- Definition Classes
- Aggregation
- def after(after: Map[String, Any]): CompositeAggregation
- val after: Option[Map[String, Any]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
metadata(map: Map[String, AnyRef]): T
- Definition Classes
- CompositeAggregation → AbstractAggregation
-
val
metadata: Map[String, AnyRef]
- Definition Classes
- CompositeAggregation → AbstractAggregation
-
val
name: String
- Definition Classes
- CompositeAggregation → AbstractAggregation
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def size(size: Int): CompositeAggregation
- val size: Option[Int]
- def sources(sources: Seq[ValueSource]): CompositeAggregation
- val sources: Seq[ValueSource]
-
def
subAggregations(aggs: Iterable[AbstractAggregation]): T
- Definition Classes
- CompositeAggregation → Aggregation
-
def
subAggregations(first: AbstractAggregation, rest: AbstractAggregation*): T
- Definition Classes
- Aggregation
-
def
subaggs(aggs: Iterable[AbstractAggregation]): T
- Definition Classes
- Aggregation
-
def
subaggs(first: AbstractAggregation, rest: AbstractAggregation*): T
- Definition Classes
- Aggregation
-
val
subaggs: Seq[AbstractAggregation]
- Definition Classes
- CompositeAggregation → Aggregation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated