ShortField

com.sksamuel.elastic4s.fields.ShortField
See theShortField companion object
case class ShortField(name: String, boost: Option[Double], coerce: Option[Boolean], copyTo: Seq[String], docValues: Option[Boolean], enabled: Option[Boolean], ignoreMalformed: Option[Boolean], index: Option[Boolean], nullValue: Option[Short], store: Option[Boolean], meta: Map[String, Any]) extends NumberField[Short]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NumberField[Short]
trait ElasticField
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def `type`: String

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product