com.sksamuel.elastic4s

source

package source

Visibility
  1. Public
  2. All

Type Members

  1. trait DocumentMap extends AnyRef

  2. trait DocumentSource extends AnyRef

  3. trait Indexable[-T] extends AnyRef

    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

    An instance of DocumentSource that just provides json as is

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

    Annotations
    @deprecated
    Deprecated

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

Ungrouped