Package

com.sksamuel.elastic4s.searches

aggs

Permalink

package aggs

Visibility
  1. Public
  2. All

Type Members

  1. trait AggregationDefinition extends AnyRef

    Permalink
  2. trait AggregationDsl extends AnyRef

    Permalink
  3. case class AvgAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  4. case class CardinalityAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  5. case class ChildrenAggregationDefinition(name: String, childType: String) extends AggregationDefinition with Product with Serializable

    Permalink
  6. case class DateHistogramAggregation(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  7. case class DateRangeAggregation(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  8. case class ExtendedStatsAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  9. case class FilterAggregationDefinition(name: String, query: QueryDefinition) extends AggregationDefinition with Product with Serializable

    Permalink
  10. case class FiltersAggregationDefinition(name: String, filters: Iterable[QueryDefinition]) extends AggregationDefinition with Product with Serializable

    Permalink
  11. case class GeoBoundsAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  12. case class GeoCentroidAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  13. case class GeoDistanceAggregationDefinition(name: String, origin: GeoPoint) extends AggregationDefinition with Product with Serializable

    Permalink
  14. case class GeoHashGridAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  15. case class GlobalAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  16. case class HistogramAggregation(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  17. case class IpRangeAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  18. case class MaxAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  19. case class MinAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  20. case class MissingAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  21. case class NestedAggregationDefinition(name: String, path: String) extends AggregationDefinition with Product with Serializable

    Permalink
  22. case class PercentileRanksAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  23. case class PercentilesAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  24. case class RangeAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  25. case class ReverseNestedAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  26. case class RichAggregations(aggregations: Aggregations) extends Product with Serializable

    Permalink
  27. case class ScriptedMetricAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  28. case class SigTermsAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  29. case class StatsAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  30. case class SumAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  31. case class TermsAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  32. case class TopHitsAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink
  33. case class ValueCountAggregationDefinition(name: String) extends AggregationDefinition with Product with Serializable

    Permalink

Value Members

  1. package pipeline

    Permalink

Ungrouped