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
- All
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
-
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
asSumAggregation(name: String): IO[DecodingException, Option[SumAggregationResult]]
- Definition Classes
- ResultWithAggregation
-
def
asTermsAggregation(name: String): IO[DecodingException, Option[TermsAggregationResult]]
- Definition Classes
- ResultWithAggregation
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )