MultiTerms

case class MultiTerms(name: String, buckets: Seq[MultiTermBucket], 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: Seq[String]): MultiTermBucket
def bucketOpt(key: Seq[String]): Option[MultiTermBucket]

Inherited methods

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