c

zio.elasticsearch.result

SearchAndAggregateResult

final class SearchAndAggregateResult extends DocumentResult[Chunk] with ResultWithAggregation

Linear Supertypes
ResultWithAggregation, DocumentResult[Chunk], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SearchAndAggregateResult
  2. ResultWithAggregation
  3. DocumentResult
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def aggregation(name: String): Task[Option[AggregationResult]]
    Definition Classes
    SearchAndAggregateResult → ResultWithAggregation
  5. def aggregationAs[A <: AggregationResult](name: String): IO[DecodingException, Option[A]]
    Definition Classes
    ResultWithAggregation
  6. def aggregations: Task[Map[String, AggregationResult]]
    Definition Classes
    SearchAndAggregateResult → ResultWithAggregation
  7. def asAvgAggregation(name: String): IO[DecodingException, Option[AvgAggregationResult]]
    Definition Classes
    ResultWithAggregation
  8. def asCardinalityAggregation(name: String): IO[DecodingException, Option[CardinalityAggregationResult]]
    Definition Classes
    ResultWithAggregation
  9. def asExtendedStatsAggregation(name: String): IO[DecodingException, Option[ExtendedStatsAggregationResult]]
    Definition Classes
    ResultWithAggregation
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def asMaxAggregation(name: String): IO[DecodingException, Option[MaxAggregationResult]]
    Definition Classes
    ResultWithAggregation
  12. def asMinAggregation(name: String): IO[DecodingException, Option[MinAggregationResult]]
    Definition Classes
    ResultWithAggregation
  13. def asPercentileRanksAggregation(name: String): IO[DecodingException, Option[PercentileRanksAggregationResult]]
    Definition Classes
    ResultWithAggregation
  14. def asPercentilesAggregation(name: String): IO[DecodingException, Option[PercentilesAggregationResult]]
    Definition Classes
    ResultWithAggregation
  15. def asSumAggregation(name: String): IO[DecodingException, Option[SumAggregationResult]]
    Definition Classes
    ResultWithAggregation
  16. def asTermsAggregation(name: String): IO[DecodingException, Option[TermsAggregationResult]]
    Definition Classes
    ResultWithAggregation
  17. def asValueCountAggregation(name: String): IO[DecodingException, Option[ValueCountAggregationResult]]
    Definition Classes
    ResultWithAggregation
  18. def asWeightedAvgAggregation(name: String): IO[DecodingException, Option[WeightedAvgAggregationResult]]
    Definition Classes
    ResultWithAggregation
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  20. def documentAs[A](implicit arg0: Schema[A]): Task[Chunk[A]]
    Definition Classes
    SearchAndAggregateResult → DocumentResult
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. lazy val items: UIO[Chunk[Item]]
  27. lazy val lastSortValue: UIO[Option[Json]]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. lazy val response: UIO[SearchWithAggregationsResponse]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. lazy val total: IO[ElasticException, Long]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from ResultWithAggregation

Inherited from DocumentResult[Chunk]

Inherited from AnyRef

Inherited from Any

Ungrouped