com.sksamuel.elastic4s.requests.mappings

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class FielddataFrequencyFilter(min: Double, max: Double, minSegmentSize: Int)

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class MappingDefinition(properties: Seq[ElasticField], all: Option[Boolean], source: Option[Boolean], sourceExcludes: Seq[String], dateDetection: Option[Boolean], numericDetection: Option[Boolean], size: Option[Boolean], dynamicDateFormats: Seq[String], analyzer: Option[String], boostName: Option[String], boostNullValue: Option[Double], parent: Option[String], dynamic: Option[DynamicMapping], meta: Map[String, Any], routing: Option[Routing], templates: Seq[DynamicTemplateRequest], rawSource: Option[String]) extends MappingDefinitionLike

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object PrefixTree

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
PrefixTree.type
case class PutMappingRequest(indexes: Indexes, properties: Seq[ElasticField], updateAllTypes: Option[Boolean], ignoreUnavailable: Option[Boolean], allowNoIndices: Option[Boolean], expandWildcards: Option[Boolean], all: Option[Boolean], source: Option[Boolean], sourceExcludes: Seq[String], dateDetection: Option[Boolean], numericDetection: Option[Boolean], size: Option[Boolean], dynamicDateFormats: Seq[String], analyzer: Option[String], boostName: Option[String], boostNullValue: Option[Double], parent: Option[String], dynamic: Option[DynamicMapping], meta: Map[String, Any], routing: Option[Routing], templates: Seq[DynamicTemplateRequest], rawSource: Option[String], includeTypeName: Option[Boolean]) extends MappingDefinitionLike

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Routing(required: Boolean, path: Option[String])

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Similarity.type
object TermVector

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
TermVector.type