All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.elastic4s.fields.DoubleRangeField.scala Maven / Gradle / Ivy

There is a newer version: 8.15.1
Show newest version
package com.sksamuel.elastic4s.fields

object DoubleRangeField {
  val `type`: String = "double_range"
}
case class DoubleRangeField(name: String,
                            boost: Option[Double] = None,
                            coerce: Option[Boolean] = None,
                            index: Option[Boolean] = None,
                            store: Option[Boolean] = None) extends RangeField {
  override def `type`: String = DoubleRangeField.`type`
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy