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

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

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

object HistogramField {
  val `type`: String = "histogram"
}
case class HistogramField(name: String) extends ElasticField {
  override def `type`: String = HistogramField.`type`
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy