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

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

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

trait ElasticField {
  def name: String
  def `type`: String // defines the elasticsearch constant used for this type, eg "integer" or "geo_shape"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy