trait AggregationDsl extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregationDsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def avgAggregation(name: String): AvgAggregationDefinition
  6. def cardinalityAggregation(name: String): CardinalityAggregationDefinition
  7. def childrenAggregation(name: String, childType: String): ChildrenAggregationDefinition
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def dateHistogramAggregation(name: String): DateHistogramAggregation
  10. def dateRangeAggregation(name: String): DateRangeAggregation
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def extendedStatsAggregation(name: String): ExtendedStatsAggregationDefinition
  14. def filterAggregation(name: String): FilterAggregationExpectsQuery
  15. def filtersAggregation(name: String): FiltersAggregationExpectsQueries
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def geoBoundsAggregation(name: String): GeoBoundsAggregationDefinition
  18. def geoCentroidAggregation(name: String): GeoCentroidAggregationDefinition
  19. def geoDistanceAggregation(name: String): GeoDistanceAggregationExpectsOrigin
  20. def geoHashGridAggregation(name: String): GeoHashGridAggregationDefinition
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def globalAggregation(name: String): GlobalAggregationDefinition
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  24. def histogramAggregation(name: String): HistogramAggregation
  25. def ipRangeAggregation(name: String): IpRangeAggregationDefinition
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def maxAggregation(name: String): MaxAggregationDefinition
  28. def minAggregation(name: String): MinAggregationDefinition
  29. def missingAggregation(name: String): MissingAggregationDefinition
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def nestedAggregation(name: String, path: String): NestedAggregationDefinition
  32. final def notify(): Unit
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  34. def percentileRanksAggregation(name: String): PercentileRanksAggregationDefinition
  35. def percentilesAggregation(name: String): PercentilesAggregationDefinition
  36. def rangeAggregation(name: String): RangeAggregationDefinition
  37. def reverseNestedAggregation(name: String): ReverseNestedAggregationDefinition
  38. def scriptedMetricAggregation(name: String): ScriptedMetricAggregationDefinition
  39. def sigTermsAggregation(name: String): SigTermsAggregationDefinition
  40. def statsAggregation(name: String): StatsAggregationDefinition
  41. def sumAggregation(name: String): SumAggregationDefinition
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def termsAggregation(name: String): TermsAggregationDefinition
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def topHitsAggregation(name: String): TopHitsAggregationDefinition
  46. def valueCountAggregation(name: String): ValueCountAggregationDefinition
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped