Class

com.sksamuel.elastic4s.searches.aggs

TopHitsAggregationDefinition

Related Doc: package aggs

Permalink

case class TopHitsAggregationDefinition(name: String, explain: Option[Boolean] = None, fetchSource: Option[FetchSourceContext] = None, size: Option[Int] = None, sorts: Seq[SortDefinition] = Nil, trackScores: Option[Boolean] = None, version: Option[Boolean] = None, scripts: Map[String, ScriptDefinition] = Map.empty, storedFields: Seq[String] = Nil, pipelines: Seq[PipelineAggregationDefinition] = Nil, subaggs: Seq[AggregationDefinition] = Nil, metadata: Map[String, AnyRef] = Map.empty) extends AggregationDefinition with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AggregationDefinition, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopHitsAggregationDefinition
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AggregationDefinition
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TopHitsAggregationDefinition(name: String, explain: Option[Boolean] = None, fetchSource: Option[FetchSourceContext] = None, size: Option[Int] = None, sorts: Seq[SortDefinition] = Nil, trackScores: Option[Boolean] = None, version: Option[Boolean] = None, scripts: Map[String, ScriptDefinition] = Map.empty, storedFields: Seq[String] = Nil, pipelines: Seq[PipelineAggregationDefinition] = Nil, subaggs: Seq[AggregationDefinition] = Nil, metadata: Map[String, AnyRef] = Map.empty)

    Permalink

Type Members

  1. type B = TopHitsAggregationBuilder

    Permalink
  2. type T = TopHitsAggregationDefinition

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val builder: B

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def explain(explain: Boolean): TopHitsAggregationDefinition

    Permalink
  9. val explain: Option[Boolean]

    Permalink
  10. def fetchSource(fetchSource: Boolean): TopHitsAggregationDefinition

    Permalink
  11. def fetchSource(includes: Array[String], excludes: Array[String]): TopHitsAggregationDefinition

    Permalink
  12. val fetchSource: Option[FetchSourceContext]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def metadata(map: Map[String, AnyRef]): T

    Permalink
  17. val metadata: Map[String, AnyRef]

    Permalink
  18. val name: String

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def pipeline(pipeline: PipelineAggregationDefinition): T

    Permalink
    Definition Classes
    AggregationDefinition
  23. def pipelines(pipelines: Iterable[PipelineAggregationDefinition]): T

    Permalink
  24. def pipelines(first: PipelineAggregationDefinition, rest: PipelineAggregationDefinition*): T

    Permalink
    Definition Classes
    AggregationDefinition
  25. val pipelines: Seq[PipelineAggregationDefinition]

    Permalink
  26. def script(name: String, script: ScriptDefinition): T

    Permalink
  27. val scripts: Map[String, ScriptDefinition]

    Permalink
  28. def size(size: Int): TopHitsAggregationDefinition

    Permalink
  29. val size: Option[Int]

    Permalink
  30. def sortBy(sorts: Iterable[SortDefinition]): TopHitsAggregationDefinition

    Permalink
  31. def sortBy(first: SortDefinition, rest: SortDefinition*): TopHitsAggregationDefinition

    Permalink
  32. val sorts: Seq[SortDefinition]

    Permalink
  33. def storedField(field: String): TopHitsAggregationDefinition

    Permalink
  34. def storedFields(fields: Iterable[String]): TopHitsAggregationDefinition

    Permalink
  35. def storedFields(first: String, rest: String*): TopHitsAggregationDefinition

    Permalink
  36. val storedFields: Seq[String]

    Permalink
  37. def subAggregation(agg: AggregationDefinition): T

    Permalink
    Definition Classes
    AggregationDefinition
  38. def subAggregations(aggs: Iterable[AggregationDefinition]): T

    Permalink
  39. def subAggregations(first: AggregationDefinition, rest: AggregationDefinition*): T

    Permalink
    Definition Classes
    AggregationDefinition
  40. def subagg(agg: AggregationDefinition): T

    Permalink
    Definition Classes
    AggregationDefinition
  41. def subaggs(aggs: Iterable[AggregationDefinition]): T

    Permalink
    Definition Classes
    AggregationDefinition
  42. def subaggs(first: AggregationDefinition, rest: AggregationDefinition*): T

    Permalink
    Definition Classes
    AggregationDefinition
  43. val subaggs: Seq[AggregationDefinition]

    Permalink
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def trackScores(trackScores: Boolean): TopHitsAggregationDefinition

    Permalink
  46. val trackScores: Option[Boolean]

    Permalink
  47. def version(version: Boolean): TopHitsAggregationDefinition

    Permalink
  48. val version: Option[Boolean]

    Permalink
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AggregationDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped