GeoHashGridAggregation

com.sksamuel.elastic4s.requests.searches.aggs.GeoHashGridAggregation
case class GeoHashGridAggregation(name: String, field: Option[String], shardSize: Option[Int], size: Option[Int], precision: Option[Int], subaggs: Seq[AbstractAggregation], metadata: Map[String, AnyRef]) extends Aggregation

Attributes

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

Members list

Type members

Types

Value members

Concrete methods

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

Attributes

Definition Classes
AbstractAggregation
def precision(precision: Int): GeoHashGridAggregation
def shardSize(shardSize: Int): GeoHashGridAggregation
def size(size: Int): GeoHashGridAggregation
override def subAggregations(aggs: Iterable[AbstractAggregation]): T

Attributes

Definition Classes
Aggregation

Inherited methods

def addSubAggregation(agg: AbstractAggregation): T

Attributes

Inherited from:
Aggregation
def addSubagg(agg: AbstractAggregation): T

Attributes

Inherited from:
Aggregation
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def subAggregations(first: AbstractAggregation, rest: AbstractAggregation*): T

Attributes

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

Attributes

Inherited from:
Aggregation
def subaggs(first: AbstractAggregation, rest: AbstractAggregation*): T

Attributes

Inherited from:
Aggregation