p

de.is24

jest4s

package jest4s

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jest4s
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ElasticClient extends SLF4JLogging with SchemaMethods with ScrollMethods
  2. class ElasticSearchException extends RuntimeException
  3. final case class ElasticSearchId (elasticSearchId: String) extends AnyVal with Product with Serializable
  4. final case class ElasticType (typeName: String) extends AnyVal with Product with Serializable
  5. case class Hit [T](source: T) extends Product with Serializable
  6. case class IndexMapping (indexName: IndexName, elasticType: ElasticType, mapping: Mapping) extends Product with Serializable
  7. final case class IndexName (indexName: String) extends AnyVal with Product with Serializable
  8. case class IndexOptions (indexMapping: IndexMapping, indexSettings: Option[IndexSettings]) extends Product with Serializable
  9. case class IndexSettings (numberOfShards: NumberOfShards, numberOfReplicas: NumberOfReplica) extends Product with Serializable
  10. sealed trait JestMethods extends AnyRef
  11. type Mapping = JsValue
  12. final case class NumberOfReplica (number: Int) extends AnyVal with Product with Serializable
  13. final case class NumberOfShards (number: Int) extends AnyVal with Product with Serializable
  14. sealed trait SchemaMethods extends JestMethods with SLF4JLogging
  15. case class ScrollBatchResult [T](scrollId: String, results: List[T]) extends Product with Serializable
  16. sealed trait ScrollMethods extends JestMethods with SLF4JLogging

Inherited from AnyRef

Inherited from Any

Ungrouped