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

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

The newest version!
package com.sksamuel.elastic4s.fields

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy