Class

com.sksamuel.elastic4s.searches.aggs

TermsAggregationDefinition

Related Doc: package aggs

Permalink

case class TermsAggregationDefinition(name: String, field: Option[String] = None, script: Option[ScriptDefinition] = None, missing: Option[AnyRef] = None, size: Option[Int] = None, minDocCount: Option[Long] = None, showTermDocCountError: Option[Boolean] = None, valueType: Option[ValueType] = None, executionHint: Option[String] = None, shardMinDocCount: Option[Long] = None, collectMode: Option[SubAggCollectionMode] = None, order: Option[Order] = None, shardSize: Option[Int] = None, includeExclude: Option[IncludeExclude] = None, 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. TermsAggregationDefinition
  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 TermsAggregationDefinition(name: String, field: Option[String] = None, script: Option[ScriptDefinition] = None, missing: Option[AnyRef] = None, size: Option[Int] = None, minDocCount: Option[Long] = None, showTermDocCountError: Option[Boolean] = None, valueType: Option[ValueType] = None, executionHint: Option[String] = None, shardMinDocCount: Option[Long] = None, collectMode: Option[SubAggCollectionMode] = None, order: Option[Order] = None, shardSize: Option[Int] = None, includeExclude: Option[IncludeExclude] = None, pipelines: Seq[PipelineAggregationDefinition] = Nil, subaggs: Seq[AggregationDefinition] = Nil, metadata: Map[String, AnyRef] = Map.empty)

    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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def collectMode(mode: SubAggCollectionMode): TermsAggregationDefinition

    Permalink
  7. val collectMode: Option[SubAggCollectionMode]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def executionHint(hint: String): TermsAggregationDefinition

    Permalink
  10. val executionHint: Option[String]

    Permalink
  11. def field(field: String): TermsAggregationDefinition

    Permalink
  12. val field: Option[String]

    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. def includeExclude(include: Iterable[String], exclude: Iterable[String]): TermsAggregationDefinition

    Permalink
  16. def includeExclude(include: String, exclude: String): TermsAggregationDefinition

    Permalink
  17. val includeExclude: Option[IncludeExclude]

    Permalink
  18. def includeExcludeDoubles(include: Iterable[Double], exclude: Iterable[Double]): TermsAggregationDefinition

    Permalink
  19. def includeExcludeLongs(include: Iterable[Long], exclude: Iterable[Long]): TermsAggregationDefinition

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  23. def minDocCount(min: Long): TermsAggregationDefinition

    Permalink
  24. val minDocCount: Option[Long]

    Permalink
  25. def missing(missing: AnyRef): TermsAggregationDefinition

    Permalink
  26. val missing: Option[AnyRef]

    Permalink
  27. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def order(order: Order): TermsAggregationDefinition

    Permalink
  32. val order: Option[Order]

    Permalink
  33. def pipeline(pipeline: PipelineAggregationDefinition): T

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

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

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

    Permalink
  37. def script(script: ScriptDefinition): TermsAggregationDefinition

    Permalink
  38. val script: Option[ScriptDefinition]

    Permalink
  39. def shardMinDocCount(min: Long): TermsAggregationDefinition

    Permalink
  40. val shardMinDocCount: Option[Long]

    Permalink
  41. def shardSize(shardSize: Int): TermsAggregationDefinition

    Permalink
  42. val shardSize: Option[Int]

    Permalink
  43. def showTermDocCountError(showError: Boolean): TermsAggregationDefinition

    Permalink
  44. val showTermDocCountError: Option[Boolean]

    Permalink
  45. def size(size: Int): TermsAggregationDefinition

    Permalink
  46. val size: Option[Int]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  55. def valueType(valueType: ValueType): TermsAggregationDefinition

    Permalink
  56. val valueType: Option[ValueType]

    Permalink
  57. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. 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