GeoPolygonQuery

zio.elasticsearch.query.GeoPolygonQuery
sealed trait GeoPolygonQuery[S] extends ElasticQuery[S]

Attributes

Graph
Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def name(value: String): GeoPolygonQuery[S]

Sets the queryName parameter for the zio.elasticsearch.query.GeoPolygonQuery. Represents the optional name field to identify the query.

Sets the queryName parameter for the zio.elasticsearch.query.GeoPolygonQuery. Represents the optional name field to identify the query.

Value parameters

value

the text value that represents the name field

Attributes

Returns

an instance of zio.elasticsearch.query.GeoPolygonQuery enriched with the queryName parameter.

Sets the validationMethod parameter for the zio.elasticsearch.query.GeoPolygonQuery. Defines handling of incorrect coordinates.

Sets the validationMethod parameter for the zio.elasticsearch.query.GeoPolygonQuery. Defines handling of incorrect coordinates.

Value parameters

value

defines how to handle invalid latitude nad longitude:

Attributes

Returns

an instance of zio.elasticsearch.query.GeoPolygonQuery enriched with the validationMethod parameter.