Package

com.sksamuel.elastic4s.http

index

Permalink

package index

Visibility
  1. Public
  2. All

Type Members

  1. case class AliasExistsResponse(exists: Boolean) extends Product with Serializable

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

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

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

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

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

    Permalink
  7. case class DeleteIndexTemplateResponse() extends Product with Serializable

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

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

    Permalink
  10. trait IndexAdminImplicits extends IndexShowImplicits

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

    Permalink
  12. trait IndexImplicits extends IndexShowImplicits

    Permalink
  13. case class IndexResponse(_id: String, _index: String, _type: String, _version: Long, result: String, forced_refresh: Boolean, shards: Shards, created: Boolean) extends Product with Serializable

    Permalink
  14. trait IndexTemplateImplicits extends AnyRef

    Permalink
  15. case class IndicesAliasResponse(acknowledged: Boolean) extends Product with Serializable

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

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

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

    Permalink
  19. case class UpdateIndexLevelSettingsResponse(acknowledged: Boolean) extends Product with Serializable

    Permalink

Ungrouped