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

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

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

object RankFeatureField {
  val `type`: String = "rank_feature"
}
case class RankFeatureField(name: String,
                            positiveScoreImpact: Option[Boolean] = None) extends ElasticField {
  override def `type`: String = RankFeatureField.`type`
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy