Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Executes the given ElasticRequest.
Executes the given ElasticRequest.
Attributes
- A
the type of the expected response
- request
the ElasticRequest to execute
- Returns:
a Task representing the response of the executed request.
Executes the given SearchRequest as a stream.
Executes the given SearchRequest as a stream.
Attributes
- request
the SearchRequest to execute
- Returns:
a Stream of Item.
Executes a SearchRequest with a given StreamConfig.
Executes a SearchRequest with a given StreamConfig.
Attributes
- config
the StreamConfig object that represents configuration options for the stream
- request
the SearchRequest to execute
- Returns:
a Stream of Item.
Executes a SearchRequest and stream resulting documents as A
, where A
is a case class that has an implicit
Schema
instance in scope.
Executes a SearchRequest and stream resulting documents as A
, where A
is a case class that has an implicit
Schema
instance in scope.
Attributes
- A
the type of documents to be returned
- request
the SearchRequest to execute
- Returns:
a Stream of the resulting documents as
A
.
Executes a SearchRequest and stream resulting documents as A
, where A
is a case class that has an implicit
Schema
instance in scope.
Executes a SearchRequest and stream resulting documents as A
, where A
is a case class that has an implicit
Schema
instance in scope.
Attributes
- A
the type of documents to be returned
- config
the StreamConfig object that represents configuration options for the stream
- request
the SearchRequest to execute
- Returns:
a Stream of the resulting documents as
A
.