ReverseNestedAggResult

com.sksamuel.elastic4s.requests.searches.aggs.responses.ReverseNestedAggResult
case class ReverseNestedAggResult(name: String, data: Map[String, Any]) extends HasAggregations

Attributes

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

Members list

Value members

Inherited methods

def adjacencyMatrixAgg(name: String): AdjacencyMatrix

Attributes

Inherited from:
HasAggregations
def avg(name: String): AvgAggResult

Attributes

Inherited from:
HasAggregations
def avgBucket(name: String): AvgBucketAggResult

Attributes

Inherited from:
HasAggregations
def cardinality(name: String): CardinalityAggResult

Attributes

Inherited from:
HasAggregations
def children(name: String): ChildrenAggResult

Attributes

Inherited from:
HasAggregations
def contains(name: String): Boolean

Attributes

Inherited from:
HasAggregations
def dataAsMap: Map[String, Any]

Attributes

Inherited from:
HasAggregations

Attributes

Inherited from:
HasAggregations

Attributes

Inherited from:
HasAggregations
def filter(name: String): FilterAggregationResult

Attributes

Inherited from:
HasAggregations
def filters(name: String): FiltersAggregationResult

Attributes

Inherited from:
HasAggregations
def geoBounds(name: String): GeoBoundsAggResult

Attributes

Inherited from:
HasAggregations
def geoCentroid(name: String): GeoCentroidAggResult

Attributes

Inherited from:
HasAggregations
def geoDistance(name: String): GeoDistanceAggResult

Attributes

Inherited from:
HasAggregations
def getAgg(name: String): Option[Aggregations]

Attributes

Inherited from:
HasAggregations
def global(name: String): GlobalAggregationResult

Attributes

Inherited from:
HasAggregations
def histogram(name: String): HistogramAggResult

Attributes

Inherited from:
HasAggregations
def ipRange(name: String): IpRangeAggResult

Attributes

Inherited from:
HasAggregations

Attributes

Inherited from:
HasAggregations

Attributes

Inherited from:
HasAggregations
def keyedRange(name: String): KeyedRangeAggResult

Attributes

Inherited from:
HasAggregations
def max(name: String): MaxAggResult

Attributes

Inherited from:
HasAggregations
def min(name: String): MinAggResult

Attributes

Inherited from:
HasAggregations
def minBucket(name: String): MinBucketAggResult

Attributes

Inherited from:
HasAggregations
def movFn(name: String): MovFnAggResult

Attributes

Inherited from:
HasAggregations
def names: Iterable[String]

Attributes

Inherited from:
HasAggregations
def nested(name: String): NestedAggResult

Attributes

Inherited from:
HasAggregations
def percentiles(name: String): PercentilesAggResult

Attributes

Inherited from:
HasAggregations

Attributes

Inherited from:
HasAggregations
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def range(name: String): RangeAggResult

Attributes

Inherited from:
HasAggregations
def result[T <: AggResult](name: String)(implicit serde: AggSerde[T]): T

Returns an aggregation result of type T. Uses an implicit AggSerde.

Returns an aggregation result of type T. Uses an implicit AggSerde.

Attributes

Inherited from:
HasAggregations

Attributes

Inherited from:
HasAggregations
def safeTo[T](implicit reader: AggReader[T]): Try[T]

Attributes

Inherited from:
Transformable
def serialDiff(name: String): SerialDiffAggResult

Attributes

Inherited from:
HasAggregations

Attributes

Inherited from:
HasAggregations
def statsBucket(name: String): StatsBucketAggResult

Attributes

Inherited from:
HasAggregations
def sum(name: String): SumAggResult

Attributes

Inherited from:
HasAggregations
def to[T : AggReader]: T

Attributes

Inherited from:
Transformable
def valueCount(name: String): ValueCountResult

Attributes

Inherited from:
HasAggregations

Deprecated and Inherited methods

def dateHistogram(name: String): DateHistogram

Attributes

Deprecated
true
Inherited from:
HasAggregations
def dateRange(name: String): DateRange

Attributes

Deprecated
true
Inherited from:
HasAggregations
def geoHashGrid(name: String): GeoHashGrid

Attributes

Deprecated
true
Inherited from:
HasAggregations
def terms(name: String): Terms

Attributes

Deprecated
true
Inherited from:
HasAggregations
def tophits(name: String): TopHits

Attributes

Deprecated
true
Inherited from:
HasAggregations