GeoShapeQuery

case class GeoShapeQuery(field: String, shape: Shape, relation: Option[ShapeRelation], boost: Option[Double], queryName: Option[String], strategy: Option[SpatialStrategy], ignoreUnmapped: Option[Boolean]) extends Query
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any

Value members

Concrete methods

def boost(boost: Double): GeoShapeQuery
def ignoreUnmapped(ignore: Boolean): GeoShapeQuery
def preindexedShape(id: String, index: Index, path: String): GeoShapeQuery
def queryName(queryName: String): GeoShapeQuery

Inherited methods

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