package index
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CreateIndexResponse (acknowledged: Boolean, shards_acknowledged: Boolean) extends Product with Serializable
- case class CreateIndexTemplateResponse () extends Product with Serializable
- case class DeleteIndexTemplateResponse () extends Product with Serializable
- case class Field (type: String) extends Product with Serializable
- case class GetIndex (aliases: Map[String, Map[String, Any]], mappings: Map[String, Mapping], _settings: Map[String, Any]) extends Product with Serializable
- case class GetIndexTemplateResponse () extends Product with Serializable
- trait IndexImplicits extends IndexShowImplicits
- case class IndexResponse (id: String, index: String, type: String, version: Long, result: String, forcedRefresh: Boolean, shards: Shards) extends Product with Serializable
- trait IndexTemplateImplicits extends AnyRef
- case class Mapping (properties: Map[String, Field]) extends Product with Serializable
Value Members
- object CreateIndexTemplateBodyFn
- object VersionTypeHttpString