Package

de.is24

jest4s

Permalink

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

    Permalink
  2. class ElasticSearchException extends RuntimeException

    Permalink
  3. final case class ElasticSearchId(elasticSearchId: String) extends AnyVal with Product with Serializable

    Permalink
  4. final case class ElasticType(typeName: String) extends AnyVal with Product with Serializable

    Permalink
  5. case class Hit[T](source: T) extends Product with Serializable

    Permalink
  6. case class IndexMapping(indexName: IndexName, elasticType: ElasticType, mapping: Mapping) extends Product with Serializable

    Permalink
  7. final case class IndexName(indexName: String) extends AnyVal with Product with Serializable

    Permalink
  8. case class IndexSettings(numberOfShards: NumberOfShards, numberOfReplicas: NumberOfReplica) extends Product with Serializable

    Permalink
  9. sealed trait JestMethods extends AnyRef

    Permalink
  10. type Mapping = JsValue

    Permalink
  11. final case class NumberOfReplica(number: Int) extends AnyVal with Product with Serializable

    Permalink
  12. final case class NumberOfShards(number: Int) extends AnyVal with Product with Serializable

    Permalink
  13. sealed trait SchemaMethods extends JestMethods with SLF4JLogging

    Permalink
  14. case class ScrollBatchResult[T](scrollId: String, results: List[T]) extends Product with Serializable

    Permalink
  15. sealed trait ScrollMethods extends JestMethods with SLF4JLogging

    Permalink

Value Members

  1. object MappingSetup extends SLF4JLogging

    Permalink
  2. object PromiseJestResultHandler

    Permalink
  3. object Protocol

    Permalink
  4. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped