Packages

c

com.sksamuel.elastic4s.requests.searches.aggs

GeoCentroidAggregation

case class GeoCentroidAggregation(name: String, field: Option[String] = None, format: Option[String] = None, missing: Option[AnyRef] = None, valueType: Option[ValueType] = None, script: Option[Script] = None, subaggs: Seq[AbstractAggregation] = Nil, metadata: Map[String, AnyRef] = Map.empty) extends Aggregation with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Aggregation, AbstractAggregation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoCentroidAggregation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Aggregation
  7. AbstractAggregation
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoCentroidAggregation(name: String, field: Option[String] = None, format: Option[String] = None, missing: Option[AnyRef] = None, valueType: Option[ValueType] = None, script: Option[Script] = None, subaggs: Seq[AbstractAggregation] = Nil, metadata: Map[String, AnyRef] = Map.empty)

Type Members

  1. type T = GeoCentroidAggregation
    Definition Classes
    GeoCentroidAggregation → AbstractAggregation

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addSubAggregation(agg: AbstractAggregation): T
    Definition Classes
    Aggregation
  5. def addSubagg(agg: AbstractAggregation): T
    Definition Classes
    Aggregation
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def field(field: String): T
  10. val field: Option[String]
  11. def format(format: String): T
  12. val format: Option[String]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def metadata(map: Map[String, AnyRef]): T
    Definition Classes
    GeoCentroidAggregation → AbstractAggregation
  16. val metadata: Map[String, AnyRef]
    Definition Classes
    GeoCentroidAggregation → AbstractAggregation
  17. def missing(missing: AnyRef): T
  18. val missing: Option[AnyRef]
  19. val name: String
    Definition Classes
    GeoCentroidAggregation → AbstractAggregation
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def script(script: Script): T
  24. val script: Option[Script]
  25. def subAggregations(aggs: Iterable[AbstractAggregation]): T
    Definition Classes
    GeoCentroidAggregation → Aggregation
  26. def subAggregations(first: AbstractAggregation, rest: AbstractAggregation*): T
    Definition Classes
    Aggregation
  27. def subaggs(aggs: Iterable[AbstractAggregation]): T
    Definition Classes
    Aggregation
  28. def subaggs(first: AbstractAggregation, rest: AbstractAggregation*): T
    Definition Classes
    Aggregation
  29. val subaggs: Seq[AbstractAggregation]
    Definition Classes
    GeoCentroidAggregation → Aggregation
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def valueType(valueType: ValueType): T
  32. val valueType: Option[ValueType]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Aggregation

Inherited from AbstractAggregation

Inherited from AnyRef

Inherited from Any

Ungrouped