PercentilesAggregation

case class PercentilesAggregation(name: String, field: Option[String], missing: Option[AnyRef], format: Option[String], script: Option[Script], numberOfSignificantValueDigits: Option[Int], percents: Seq[Double], compression: Option[Double], keyed: Option[Boolean], subaggs: Seq[AbstractAggregation], metadata: Map[String, AnyRef]) extends Aggregation
trait Serializable
trait Product
trait Equals
trait Aggregation
trait AbstractAggregation
class Object
trait Matchable
class Any

Type members

Value members

Concrete methods

def compression(compression: Double): T
def field(field: String): T
def format(format: String): T
def hdr(numberOfSignificantValueDigits: Int): T
def keyed(keyed: Boolean): T
override def metadata(map: Map[String, AnyRef]): PercentilesAggregation
Definition Classes
AbstractAggregation
def missing(missing: AnyRef): T
def numberOfSignificantValueDigits(numberOfSignificantValueDigits: Int): T
def percents(first: Double, rest: Double*): T
def percents(percents: Iterable[Double]): T
def script(script: Script): T
override def subAggregations(aggs: Iterable[AbstractAggregation]): T
Definition Classes
Aggregation

Inherited methods

def addSubAggregation(agg: AbstractAggregation): T
Inherited from:
Aggregation
def addSubagg(agg: AbstractAggregation): T
Inherited from:
Aggregation
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def subAggregations(first: AbstractAggregation, rest: AbstractAggregation*): T
Inherited from:
Aggregation
def subaggs(aggs: Iterable[AbstractAggregation]): T
Inherited from:
Aggregation
def subaggs(first: AbstractAggregation, rest: AbstractAggregation*): T
Inherited from:
Aggregation