com.sksamuel.elastic4s.requests.indexes

Members list

Type members

Classlikes

case class CreateIndexRequest(name: String, _analysis: Option[AnalysisDefinition], analysis: Option[Analysis], mapping: Option[MappingDefinition], rawSource: Option[String], waitForActiveShards: Option[Int], aliases: Set[IndexAliasRequest], settings: IndexSettings, includeTypeName: Option[Boolean])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CreateIndexResponse(acknowledged: Boolean, shards_acknowledged: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CreateIndexTemplateRequest(name: String, pattern: Seq[String], settings: Map[String, Any], mappings: Seq[MappingDefinition], _analysis: Option[AnalysisDefinition], analysis: Option[Analysis], version: Option[Int], create: Option[Boolean], priority: Option[Int], aliases: Seq[TemplateAlias])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DeleteIndexRequest(indexes: Seq[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DeleteIndexTemplateRequest(name: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FieldMapping(fullName: String, mappings: Map[String, Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GetIndexRequest(index: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GetIndexTemplateRequest(indexes: Indexes)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class IndexAliasRequest(name: String, filter: Option[Query], routing: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class IndexFieldMapping(index: String, fieldMappings: Seq[FieldMapping])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class IndexMappings(index: String, mappings: Map[String, Any], meta: Map[String, Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class IndexRequest(index: Index, id: Option[String], createOnly: Option[Boolean], refresh: Option[RefreshPolicy], parent: Option[String], pipeline: Option[String], routing: Option[String], timeout: Option[String], version: Option[Long], ifSeqNo: Option[Long], ifPrimaryTerm: Option[Long], versionType: Option[VersionType], fields: Seq[FieldValue], source: Option[String]) extends BulkCompatibleRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class IndexResponse(id: String, index: String, `type`: String, version: Long, seqNo: Long, primaryTerm: Long, result: String, forcedRefresh: Boolean, shards: Shards)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class PutMappingResponse(acknowledged: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TemplateAlias(name: String, filter: Option[Query], routing: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Deprecated classlikes

case class AnalysisDefinition(analyzers: Iterable[AnalyzerDefinition], normalizers: Iterable[NormalizerDefinition])

Attributes

Deprecated
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all