package jest4s
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- jest4s
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ElasticClient extends SLF4JLogging with SchemaMethods with ScrollMethods
- class ElasticSearchException extends RuntimeException
- final case class ElasticSearchId (elasticSearchId: String) extends AnyVal with Product with Serializable
- final case class ElasticType (typeName: String) extends AnyVal with Product with Serializable
- case class Hit [T](source: T) extends Product with Serializable
- case class IndexMapping (indexName: IndexName, elasticType: ElasticType, mapping: Mapping) extends Product with Serializable
- final case class IndexName (indexName: String) extends AnyVal with Product with Serializable
- case class IndexOptions (indexMapping: IndexMapping, indexSettings: Option[IndexSettings]) extends Product with Serializable
- case class IndexSettings (numberOfShards: NumberOfShards, numberOfReplicas: NumberOfReplica) extends Product with Serializable
- sealed trait JestMethods extends AnyRef
- type Mapping = JsValue
- final case class NumberOfReplica (number: Int) extends AnyVal with Product with Serializable
- final case class NumberOfShards (number: Int) extends AnyVal with Product with Serializable
- sealed trait SchemaMethods extends JestMethods with SLF4JLogging
- case class ScrollBatchResult [T](scrollId: String, results: List[T]) extends Product with Serializable
- sealed trait ScrollMethods extends JestMethods with SLF4JLogging
Value Members
- object MappingSetup extends SLF4JLogging
- object PromiseJestResultHandler
- object Protocol