MultiTermsAggregation

com.sksamuel.elastic4s.requests.searches.aggs.MultiTermsAggregation
See theMultiTermsAggregation companion object
case class MultiTermsAggregation(name: String, terms: Seq[Term], size: Option[Int], minDocCount: Option[Long], script: Option[Script], orders: Seq[TermsOrder], subaggs: Seq[AbstractAggregation], metadata: Map[String, AnyRef]) extends Aggregation

Attributes

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

Members list

Type members

Types

Value members

Concrete methods

override def metadata(map: Map[String, AnyRef]): T

Attributes

Definition Classes
def order(orders: Iterable[TermsOrder]): MultiTermsAggregation
def order(firstOrder: TermsOrder, restOrder: TermsOrder*): MultiTermsAggregation
def size(size: Int): MultiTermsAggregation
override def subAggregations(aggs: Iterable[AbstractAggregation]): T

Attributes

Definition Classes
def terms(terms: Iterable[Term]): MultiTermsAggregation
def terms(head: Term, tail: Term*): MultiTermsAggregation

Inherited methods

Attributes

Inherited from:
Aggregation

Attributes

Inherited from:
Aggregation
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
Aggregation
def subaggs(aggs: Iterable[AbstractAggregation]): T

Attributes

Inherited from:
Aggregation

Attributes

Inherited from:
Aggregation