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. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asMaxAggregation(name: String): IO[DecodingException, Option[MaxAggregationResult]]
    Definition Classes
    ResultWithAggregation
  11. def asMinAggregation(name: String): IO[DecodingException, Option[MinAggregationResult]]
    Definition Classes
    ResultWithAggregation
  12. def asSumAggregation(name: String): IO[DecodingException, Option[SumAggregationResult]]
    Definition Classes
    ResultWithAggregation
  13. def asTermsAggregation(name: String): IO[DecodingException, Option[TermsAggregationResult]]
    Definition Classes
    ResultWithAggregation
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  15. def documentAs[A](implicit arg0: Schema[A]): Task[Chunk[A]]
    Definition Classes
    SearchAndAggregateResult → DocumentResult
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. lazy val items: UIO[Chunk[Item]]
  22. lazy val lastSortValue: UIO[Option[Json]]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. lazy val response: UIO[SearchWithAggregationsResponse]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. lazy val total: IO[ElasticException, Long]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. 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 ResultWithAggregation

Inherited from DocumentResult[Chunk]

Inherited from AnyRef

Inherited from Any

Ungrouped