zio.elasticsearch

Members list

Concise view

Type members

Classlikes

case object BuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
sealed trait BulkableRequest[A] extends ElasticRequest[A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DocumentId extends Newtype[String]

Attributes

Graph
Supertypes
class Newtype[String]
class NewtypeCustom[String]
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class ElasticConfig(host: String, port: Int, credentials: Option[ElasticCredentials])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait ElasticRequest[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object FieldAccessorBuilder extends AccessorBuilder

Attributes

Graph
Supertypes
trait AccessorBuilder
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object IndexNameValidator extends Validator[String]

Attributes

Graph
Supertypes
class Validator[String]
trait Liftables
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final case class StreamConfig(searchAfter: Boolean, keepAlive: String, pageSize: Option[Int])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final implicit class ZIOAggregationsOps[R](zio: RIO[R, AggregationsResult])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final implicit class ZIODocumentOps[R, F[_]](zio: RIO[R, DocumentResult[F]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

object IndexName extends NewtypeCustom[String]

Attributes

Inherited from:
IndexNameNewtype
Graph
Supertypes
class NewtypeCustom[String]
class Object
trait Matchable
class Any
object Routing extends Newtype[String]

Attributes

Inherited from:
RoutingNewtype
Graph
Supertypes
class Newtype[String]
class NewtypeCustom[String]
class Object
trait Matchable
class Any

Types

type DocumentId = Type
type IndexName = Type
type Routing = Type

Implicits

Implicits

final implicit def ZIOAggregationsOps[R](zio: RIO[R, AggregationsResult]): ZIOAggregationsOps[R]
final implicit def ZIODocumentOps[R, F[_]](zio: RIO[R, DocumentResult[F]]): ZIODocumentOps[R, F]