zio.elasticsearch

Members list

Type members

Classlikes

case object BuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ElasticConfig

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object ElasticQuery

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object ElasticSort

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Elasticsearch

Attributes

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

Attributes

Supertypes
trait AccessorBuilder
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object IndexSelector

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object MultiIndex

Attributes

Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
MultiIndex.type

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object StreamConfig

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

object IndexName extends NewtypeCustom[String]

Attributes

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

Attributes

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

Attributes

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

Types

type DocumentId = Type

Inherited types

type IndexName = Type

Attributes

Inherited from:
IndexNameNewtype
type IndexPattern = Type

Attributes

Inherited from:
IndexPatternNewtype
type Routing = Type

Attributes

Inherited from:
RoutingNewtype

Implicits

Implicits

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