UnsignedLongField

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

Attributes

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