t

zio.elasticsearch.aggregation

BucketSortAggregation

sealed trait BucketSortAggregation extends SingleElasticAggregation with HasSize[BucketSortAggregation] with WithAgg

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BucketSortAggregation
  2. WithAgg
  3. HasSize
  4. SingleElasticAggregation
  5. ElasticAggregation
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def from(value: Int): BucketSortAggregation

    Sets the starting offset from where the zio.elasticsearch.aggregation.BucketSortAggregation returns results.

    Sets the starting offset from where the zio.elasticsearch.aggregation.BucketSortAggregation returns results.

    value

    a non-negative number to set the from parameter in the zio.elasticsearch.aggregation.BucketSortAggregation

    returns

    an instance of the zio.elasticsearch.aggregation.BucketSortAggregation enriched with the from parameter.

  2. abstract def size(value: Int): BucketSortAggregation

    Sets the maximum number of results to be returned by the aggregation.

    Sets the maximum number of results to be returned by the aggregation.

    value

    a non-negative number to set the size parameter in the zio.elasticsearch.aggregation.SingleElasticAggregation

    returns

    an instance of the zio.elasticsearch.aggregation.SingleElasticAggregation enriched with the size parameter.

    Definition Classes
    HasSize
  3. abstract def sort(sort: Sort, sorts: Sort*): BucketSortAggregation

    Sets the sorting criteria for the zio.elasticsearch.aggregation.BucketSortAggregation.

    Sets the sorting criteria for the zio.elasticsearch.aggregation.BucketSortAggregation.

    sort

    required zio.elasticsearch.query.sort.Sort object that define the sorting criteria

    sorts

    rest of the zio.elasticsearch.query.sort.Sort objects that define the sorting criteria

    returns

    an instance of the zio.elasticsearch.aggregation.BucketSortAggregation enriched with the sorting criteria.

  4. abstract def withAgg(agg: SingleElasticAggregation): MultipleAggregations

    Adds a new aggregation to the list of aggregations represented as MultipleAggregations.

    Adds a new aggregation to the list of aggregations represented as MultipleAggregations.

    agg

    the SingleElasticAggregation to add

    returns

    a new instance of MultipleAggregations with the specified aggregation added to its list of aggregations.

    Definition Classes
    WithAgg

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from WithAgg

Inherited from HasSize[BucketSortAggregation]

Inherited from SingleElasticAggregation

Inherited from ElasticAggregation

Inherited from AnyRef

Inherited from Any

Ungrouped