ByteField

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NumberField[Byte]
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