package elasticsearch
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- elasticsearch
- RoutingNewtype
- IndexPatternNewtype
- IndexNameNewtype
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
Type Members
- sealed trait BulkableRequest[A] extends ElasticRequest[A]
- type DocumentId = elasticsearch.DocumentId.Type
- final case class ElasticConfig(host: String, port: Int, credentials: Option[ElasticCredentials], useSSL: Boolean) extends Product with Serializable
- sealed trait ElasticRequest[A] extends AnyRef
- trait Elasticsearch extends AnyRef
- type IndexName = elasticsearch.IndexNameNewtype.IndexName.Type
- Definition Classes
- IndexNameNewtype
- trait IndexNameNewtype extends AnyRef
- type IndexPattern = elasticsearch.IndexPatternNewtype.IndexPattern.Type
- Definition Classes
- IndexPatternNewtype
- trait IndexPatternNewtype extends AnyRef
- trait IndexSelector[A] extends AnyRef
- type Routing = elasticsearch.RoutingNewtype.Routing.Type
- Definition Classes
- RoutingNewtype
- trait RoutingNewtype extends AnyRef
- final case class StreamConfig(searchAfter: Boolean, keepAlive: String, pageSize: Option[Int] = None) extends Product with Serializable
- implicit final class ZIOAggregationsOps[R] extends AnyRef
- implicit final class ZIODocumentOps[R, F[_]] extends AnyRef
Value Members
- case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object DocumentId extends Newtype[String]
- object ElasticAggregation
- object ElasticConfig extends Serializable
- object ElasticExecutor
- object ElasticHighlight
- object ElasticPrimitive
- object ElasticQuery
- object ElasticRequest
- object ElasticSort
- object Elasticsearch
- object FieldAccessorBuilder extends AccessorBuilder
- object IndexName extends Newtype[String]
- Definition Classes
- IndexNameNewtype
- object IndexNameValidation
- object IndexPattern extends Newtype[String]
- Definition Classes
- IndexPatternNewtype
- object IndexPatternValidation
- object IndexSelector
- object MultiIndex extends Serializable
- object Routing extends Newtype[String]
- Definition Classes
- RoutingNewtype
- object StreamConfig extends Serializable