com.sksamuel.elastic4s.requests.searches.aggs.responses.metrics

Members list

Type members

Classlikes

case class TopHit(index: String, `type`: String, id: String, score: Option[Double], sort: Seq[String], source: Map[String, Any]) extends Transformable

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TopHits(name: String, total: Total, maxScore: Option[Double], hits: Seq[TopHit]) extends MetricAggregation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all
object TopHits

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TopHits.type
case class TopMetric(sort: List[Any], metrics: Map[String, Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TopMetrics(name: String, top: List[TopMetric]) extends MetricAggregation

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AggResult
class Object
trait Matchable
class Any
Show all
object TopMetrics

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TopMetrics.type