p

zio

elasticsearch

package elasticsearch

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. elasticsearch
  2. RoutingNewtype
  3. IndexPatternNewtype
  4. IndexNameNewtype
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package aggregation
  2. package data
  3. package executor
  4. package highlights
  5. package query
  6. package request
  7. package result
  8. package script

Type Members

  1. sealed trait BulkableRequest[A, X <: IsExecutable] extends ElasticRequest[A, X]
  2. type DocumentId = elasticsearch.DocumentId.Type
  3. final case class ElasticConfig(host: String, port: Int, credentials: Option[ElasticCredentials], useSSL: Boolean) extends Product with Serializable
  4. sealed trait ElasticRequest[A, X <: IsExecutable] extends AnyRef
  5. trait Elasticsearch extends AnyRef
  6. type IndexName = elasticsearch.IndexNameNewtype.IndexName.Type
    Definition Classes
    IndexNameNewtype
  7. trait IndexNameNewtype extends AnyRef
  8. type IndexPattern = elasticsearch.IndexPatternNewtype.IndexPattern.Type
    Definition Classes
    IndexPatternNewtype
  9. trait IndexPatternNewtype extends AnyRef
  10. trait IndexSelector[A] extends AnyRef
  11. type Routing = elasticsearch.RoutingNewtype.Routing.Type
    Definition Classes
    RoutingNewtype
  12. trait RoutingNewtype extends AnyRef
  13. final case class StreamConfig(searchAfter: Boolean, keepAlive: String, pageSize: Option[Int] = None) extends Product with Serializable
  14. implicit final class ZIOAggregationsOps[R] extends AnyRef
  15. implicit final class ZIODocumentOps[R, F[_]] extends AnyRef

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object DocumentId extends Newtype[String]
  3. object ElasticAggregation
  4. object ElasticConfig extends Serializable
  5. object ElasticExecutor
  6. object ElasticHighlight
  7. object ElasticIntervalRule
  8. object ElasticPrimitive
  9. object ElasticQuery
  10. object ElasticRequest
  11. object ElasticSort
  12. object Elasticsearch
  13. object FieldAccessorBuilder extends AccessorBuilder
  14. object IndexName extends Newtype[String]
    Definition Classes
    IndexNameNewtype
  15. object IndexNameValidation
  16. object IndexPattern extends Newtype[String]
    Definition Classes
    IndexPatternNewtype
  17. object IndexPatternValidation
  18. object IndexSelector
  19. object MultiIndex extends Serializable
  20. object Routing extends Newtype[String]
    Definition Classes
    RoutingNewtype
  21. object StreamConfig extends Serializable

Inherited from RoutingNewtype

Inherited from IndexPatternNewtype

Inherited from IndexNameNewtype

Inherited from AnyRef

Inherited from Any

Ungrouped