Package

com.sksamuel.elastic4s.requests

get

Permalink

package get

Visibility
  1. Public
  2. All

Type Members

  1. trait GetApi extends AnyRef

    Permalink
  2. trait GetHandlers extends AnyRef

    Permalink
  3. case class GetRequest(index: IndexLike, id: String, storedFields: Seq[String] = Nil, parent: Option[String] = None, preference: Option[String] = None, realtime: Option[Boolean] = None, refresh: Option[Boolean] = None, routing: Option[String] = None, version: Option[Long] = None, versionType: Option[VersionType] = None, fetchSource: Option[FetchSourceContext] = None) extends Product with Serializable

    Permalink
  4. case class GetResponse(id: String, index: String, type: String, version: Long, seqNo: Long, primaryTerm: Long, found: Boolean, _fields: Map[String, AnyRef], _source: Map[String, AnyRef]) extends Hit with Product with Serializable

    Permalink
  5. trait HitField extends AnyRef

    Permalink
  6. case class MultiGetRequest(gets: Seq[GetRequest], preference: Option[String] = None, realtime: Option[Boolean] = None, refresh: Option[Boolean] = None) extends Product with Serializable

    Permalink
  7. case class MultiGetResponse(docs: Seq[GetResponse]) extends Product with Serializable

    Permalink

Value Members

  1. object MetaDataFields

    Permalink
  2. object MultiGetBodyBuilder

    Permalink

Ungrouped