object aggregation extends Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use xxxAggregation(...) methods
- Alphabetic
- By Inheritance
- aggregation
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def avg(name: String): AvgAggregationDefinition
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
cardinality(name: String): CardinalityAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use cardinalityAggregation(...)
-
def
count(name: String): ValueCountAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use valueCountAggregation(...)
-
def
datehistogram(name: String): DateHistogramAggregation
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use dateHistogramAggregation(...)
-
def
daterange(name: String): DateRangeAggregation
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use dateRangeAggregation(...)
-
def
extendedstats(name: String): ExtendedStatsAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use extendedStatsAggregation(...)
-
def
filter(name: String): ElasticDsl.FilterAggregationExpectsQuery
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use filterAggregation(...)
-
def
filters(name: String): ElasticDsl.FiltersAggregationExpectsQueries
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use filtersAggregation(...)
-
def
geobounds(name: String): GeoBoundsAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use geoBoundsAggregation(...)
-
def
geodistance(name: String): ElasticDsl.GeoDistanceAggregationExpectsOrigin
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use geoDistanceAggregation(...)
-
def
geohash(name: String): GeoHashGridAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use geoHashGridAggregation(...)
-
def
global(name: String): GlobalAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use globalAggregation(...)
-
def
histogram(name: String): HistogramAggregation
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use histogramAggregation(...)
-
def
ipRange(name: String): IpRangeAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use ipRangeAggregation(...)
-
def
max(name: String): MaxAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use maxAggregation(...)
-
def
min(name: String): MinAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use minAggregation(...)
-
def
missing(name: String): MissingAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use missingAggregation(...)
-
def
nested(name: String): AnyRef { def path(path: String): com.sksamuel.elastic4s.searches.aggs.NestedAggregationDefinition }
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use nestedAggregation(...)
-
def
percentileranks(name: String): PercentileRanksAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use percentileRanksAggregation(...)
-
def
percentiles(name: String): PercentilesAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use percentilesAggregation(...)
-
def
range(name: String): RangeAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use rangeAggregation(...)
-
def
reverseNested(name: String): ReverseNestedAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use reverseNestedAggregation(...)
-
def
scriptedMetric(name: String): ScriptedMetricAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use scriptedMetricAggregation(...)
-
def
sigTerms(name: String): SigTermsAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use sigTermsAggregation(...)
-
def
stats(name: String): StatsAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use statsAggregation(...)
-
def
sum(name: String): SumAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use sumAggregation(...)
-
def
terms(name: String): TermsAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use termsAggregation(...)
-
def
topHits(name: String): TopHitsAggregationDefinition
- Annotations
- @deprecated
- Deprecated
(Since version 5.0.0) Use topHitsAggregation(...)