final class SearchAndAggregateResult extends DocumentResult[Chunk] with ResultWithAggregation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SearchAndAggregateResult
- ResultWithAggregation
- DocumentResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def aggregation(name: String): Task[Option[AggregationResult]]
- Definition Classes
- SearchAndAggregateResult → ResultWithAggregation
- def aggregationAs[A <: AggregationResult](name: String): IO[DecodingException, Option[A]]
- Definition Classes
- ResultWithAggregation
- def aggregations: Task[Map[String, AggregationResult]]
- Definition Classes
- SearchAndAggregateResult → ResultWithAggregation
- def asAvgAggregation(name: String): IO[DecodingException, Option[AvgAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def asCardinalityAggregation(name: String): IO[DecodingException, Option[CardinalityAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def asExtendedStatsAggregation(name: String): IO[DecodingException, Option[ExtendedStatsAggregationResult]]
- Definition Classes
- ResultWithAggregation
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asMaxAggregation(name: String): IO[DecodingException, Option[MaxAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def asMinAggregation(name: String): IO[DecodingException, Option[MinAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def asPercentileRanksAggregation(name: String): IO[DecodingException, Option[PercentileRanksAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def asPercentilesAggregation(name: String): IO[DecodingException, Option[PercentilesAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def asSumAggregation(name: String): IO[DecodingException, Option[SumAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def asTermsAggregation(name: String): IO[DecodingException, Option[TermsAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def asValueCountAggregation(name: String): IO[DecodingException, Option[ValueCountAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def asWeightedAvgAggregation(name: String): IO[DecodingException, Option[WeightedAvgAggregationResult]]
- Definition Classes
- ResultWithAggregation
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def documentAs[A](implicit arg0: Schema[A]): Task[Chunk[A]]
- Definition Classes
- SearchAndAggregateResult → DocumentResult
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val items: UIO[Chunk[Item]]
- lazy val lastSortValue: UIO[Option[Json]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- lazy val response: UIO[SearchWithAggregationsResponse]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val total: IO[ElasticException, Long]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])