Package

com.sksamuel.elastic4s.http

index

Permalink

package index

Visibility
  1. Public
  2. All

Type Members

  1. case class CloseIndexResponse(acknowledged: Boolean) extends Product with Serializable

    Permalink
  2. case class CreateIndexResponse(acknowledged: Boolean, shards_acknowledged: Boolean) extends Product with Serializable

    Permalink
  3. case class DeleteIndexResponse() extends Product with Serializable

    Permalink
  4. trait IndexAdminImplicits extends IndexShowImplicits

    Permalink
  5. case class IndexExistsResponse() extends Product with Serializable

    Permalink
  6. trait IndexImplicits extends IndexShowImplicits

    Permalink
  7. case class IndexResponse(_id: String, _index: String, _type: String, _version: Long, result: String, forced_refresh: Boolean, found: Boolean, totalHits: Long, shards: Shards, created: Boolean, fields: Map[String, Any], _source: Map[String, Any]) extends Product with Serializable

    Permalink
  8. case class OpenIndexResponse(acknowledged: Boolean) extends Product with Serializable

    Permalink
  9. case class RefreshIndexResponse() extends Product with Serializable

    Permalink

Ungrouped