Terms

case class Terms(name: String, buckets: Seq[TermBucket], docCountErrorUpperBound: Long, otherDocCount: Long) extends BucketAggregation with AggResult
Companion:
object
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any

Value members

Concrete methods

def bucket(key: String): TermBucket
def bucketOpt(key: String): Option[TermBucket]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product