Package

com.sksamuel.elastic4s.http

index

Permalink

package index

Visibility
  1. Public
  2. All

Type Members

  1. case class ClearCacheResponse(_shards: Shards) extends Product with Serializable

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

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

    Permalink
  4. case class DeleteIndexResponse(acknowledged: Boolean) extends Product with Serializable

    Permalink
  5. case class FlushIndexResponse(_shards: Shards) extends Product with Serializable

    Permalink
  6. trait IndexAdminImplicits extends IndexShowImplicits

    Permalink
  7. case class IndexExistsResponse(exists: Boolean) extends Product with Serializable

    Permalink
  8. trait IndexImplicits extends IndexShowImplicits

    Permalink
  9. 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
  10. case class OpenIndexResponse(acknowledged: Boolean) extends Product with Serializable

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

    Permalink
  12. case class TypeExistsResponse(exists: Boolean) extends Product with Serializable

    Permalink

Ungrouped