DateField

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
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def `type`: String
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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product