GeoShapeField

com.sksamuel.elastic4s.fields.GeoShapeField
See theGeoShapeField companion object
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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ElasticField
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def `type`: String

Attributes

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product