DateField

com.sksamuel.elastic4s.fields.DateField
See theDateField companion object
case class DateField(name: String, boost: Option[Double], copyTo: Seq[String], docValues: Option[Boolean], format: Option[String], locale: Option[String], ignoreMalformed: Option[Boolean], index: Option[Boolean], nullValue: Option[String], store: Option[Boolean], meta: Map[String, Any]) extends ElasticField

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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): DateField
def docValues(docValues: Boolean): DateField
def format(format: String): DateField
def ignoreMalformed(ignoreMalformed: Boolean): DateField
def index(index: Boolean): DateField
def locale(locale: String): DateField
def nullValue(nullValue: String): DateField
def store(store: Boolean): DateField

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product