SearchAndAggregateResult

zio.elasticsearch.result.SearchAndAggregateResult

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def documentAs[A : Schema]: Task[Chunk[A]]

Inherited methods

Attributes

Inherited from:
ResultWithAggregation (hidden)

Attributes

Inherited from:
ResultWithAggregation (hidden)

Attributes

Inherited from:
ResultWithAggregation (hidden)

Attributes

Inherited from:
ResultWithAggregation (hidden)

Attributes

Inherited from:
ResultWithAggregation (hidden)

Attributes

Inherited from:
ResultWithAggregation (hidden)

Attributes

Inherited from:
ResultWithAggregation (hidden)

Concrete fields

lazy val items: UIO[Chunk[Item]]
lazy val lastSortValue: UIO[Option[Json]]
lazy val response: UIO[SearchWithAggregationsResponse]
lazy val total: IO[ElasticException, Long]