DoubleField

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

Attributes

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

Members list

Value members

Concrete methods

override def `type`: String

Attributes

Definition Classes
def boost(boost: Double): DoubleField
def coerce(coerce: Boolean): DoubleField
def ignoreMalformed(ignoreMalformed: Boolean): DoubleField
def stored(store: Boolean): DoubleField

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product