Package

com.sksamuel.elastic4s

source

Permalink

package source

Visibility
  1. Public
  2. All

Type Members

  1. trait DocumentMap extends AnyRef

    Permalink
  2. trait DocumentSource extends AnyRef

    Permalink

  3. trait Indexable[T] extends AnyRef

    Permalink

    A Typeclass that is used by index requests to convert a type into a document for use by Elasticsearch

  4. case class JsonDocumentSource(j: String) extends DocumentSource with Product with Serializable

    Permalink

    An instance of DocumentSource that just provides json as is

  5. case class StringDocumentSource(str: String) extends DocumentSource with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.5.0) prefer JsonDocumentSource instead; same semantics just different name

Ungrouped