Package

com.sksamuel.elastic4s.requests.indexes

admin

Permalink

package admin

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

    Permalink
  7. trait ForceMergeApi extends AnyRef

    Permalink
  8. case class ForceMergeRequest(indexes: Seq[String], flush: Option[Boolean] = None, maxSegments: Option[Int] = None, onlyExpungeDeletes: Option[Boolean] = None) extends Product with Serializable

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

    Permalink
  10. case class GetSegmentsResponse(shards: Shards, indices: Map[String, IndexShards]) extends Product with Serializable

    Permalink
  11. trait IndexAdminHandlers extends AnyRef

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

    Permalink
  13. trait IndexRecoveryApi extends AnyRef

    Permalink
  14. case class IndexRecoveryRequest(indices: Seq[String], activeOnly: Option[Boolean] = None, detailed: Option[Boolean] = None) extends Product with Serializable

    Permalink
  15. case class IndexRecoveryResponse() extends Product with Serializable

    Permalink
  16. case class IndexShards(shards: Map[String, Seq[Shard]]) extends Product with Serializable

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

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

    Permalink
  19. case class Routing(state: String, primary: Boolean, node: String) extends Product with Serializable

    Permalink
  20. case class Segment(generation: Long, numDocs: Long, deletedDocs: Long, sizeInBytes: Long, memoryInBytes: Long, committed: Boolean, search: Boolean, version: String, compound: Boolean) extends Product with Serializable

    Permalink
  21. case class Shard(numCommittedSegments: Long, numSearchSegments: Long, routing: Routing, segments: Map[String, Seq[Segment]]) extends Product with Serializable

    Permalink
  22. case class ShrinkIndexResponse() extends Product with Serializable

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

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

    Permalink

Value Members

  1. object IndexShardStoreResponse

    Permalink

Ungrouped