com.sksamuel.elastic4s.requests.searches.aggs.responses.bucket

Members list

Type members

Classlikes

case class DateHistogram(name: String, buckets: Seq[DateHistogramBucket]) extends BucketAggregation, AggResult

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all
object DateHistogram

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class DateHistogramBucket(date: String, timestamp: Long, docCount: Long, data: Map[String, Any]) extends AggBucket

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AggBucket
trait AggResult
class Object
trait Matchable
class Any
Show all
case class DateRange(name: String, buckets: Seq[DateRangeBucket]) extends BucketAggregation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all
object DateRange

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DateRange.type
case class DateRangeBucket(from: Option[String], fromAsString: Option[String], to: Option[String], toAsString: Option[String], key: Option[String], docCount: Long, data: Map[String, Any]) extends AggBucket

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggBucket
trait AggResult
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GeoDistanceAggResult(name: String, buckets: Seq[GeoDistanceBucket]) extends BucketAggregation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GeoDistanceBucket(key: String, docCount: Long, from: Option[Double], to: Option[Double], data: Map[String, Any]) extends AggBucket

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AggBucket
trait AggResult
class Object
trait Matchable
class Any
Show all
case class GeoHashGrid(name: String, buckets: Seq[GeoHashGridBucket]) extends BucketAggregation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all
object GeoHashGrid

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GeoHashGridBucket(key: String, docCount: Long, data: Map[String, Any]) extends AggBucket

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AggBucket
trait AggResult
class Object
trait Matchable
class Any
Show all
case class GeoTileGrid(name: String, buckets: Seq[GeoTileGridBucket]) extends BucketAggregation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all
object GeoTileGrid

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GeoTileGridBucket(key: String, docCount: Long, data: Map[String, Any]) extends AggBucket

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AggBucket
trait AggResult
class Object
trait Matchable
class Any
Show all
case class HistogramAggResult(name: String, buckets: Seq[HistogramBucket]) extends BucketAggregation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class HistogramBucket(key: String, docCount: Long, data: Map[String, Any]) extends AggBucket

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AggBucket
trait AggResult
class Object
trait Matchable
class Any
Show all
case class IpRangeAggResult(name: String, buckets: Seq[IpRangeBucket]) extends BucketAggregation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class IpRangeBucket(key: Option[String], docCount: Long, from: Option[String], to: Option[String], data: Map[String, Any]) extends AggBucket

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AggBucket
trait AggResult
class Object
trait Matchable
class Any
Show all
case class KeyedDateRangeAggResult(name: String, buckets: Map[String, DateRangeBucket]) extends BucketAggregation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class MultiTermBucket(key: Seq[String], docCount: Long, data: Map[String, Any]) extends AggBucket, Transformable

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AggBucket
trait AggResult
class Object
trait Matchable
class Any
Show all
case class MultiTerms(name: String, buckets: Seq[MultiTermBucket], docCountErrorUpperBound: Long, otherDocCount: Long) extends BucketAggregation, AggResult

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all
object MultiTerms

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
MultiTerms.type
case class TermBucket(key: String, docCount: Long, data: Map[String, Any]) extends AggBucket, Transformable

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AggBucket
trait AggResult
class Object
trait Matchable
class Any
Show all
case class Terms(name: String, buckets: Seq[TermBucket], docCountErrorUpperBound: Long, otherDocCount: Long) extends BucketAggregation, AggResult

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all
object Terms

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Terms.type