IntegerField

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

Attributes

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

Members list

Value members

Concrete methods

override def `type`: String

Attributes

Definition Classes
def coerce(coerce: Boolean): IntegerField
def nullValue(nullValue: Int): IntegerField
def stored(store: Boolean): IntegerField

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product