GeoShapeField

case class GeoShapeField(name: String, boost: Option[Double], copyTo: Seq[String], docValues: Option[Boolean], ignoreMalformed: Option[Boolean], ignoreZValue: Option[Boolean], index: Option[Boolean], norms: Option[Boolean], nullValue: Option[String], store: Option[Boolean], tree: Option[String], precision: Option[String], strategy: Option[String], distanceErrorPct: Option[Double], orientation: Option[String], pointsOnly: Option[Boolean], treeLevels: Option[String], meta: Map[String, Any]) extends ElasticField
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def `type`: String
Definition Classes
def norms(norms: Boolean): GeoShapeField
def precision(precision: String): GeoShapeField
def tree(tree: String): GeoShapeField

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product