Uses of Class
com.couchbase.client.java.search.queries.GeoPolygonQuery
Packages that use GeoPolygonQuery
Package
Description
Namespace for various search-service related classes.
Contains the various APIs for search queries.
-
Uses of GeoPolygonQuery in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return GeoPolygonQueryModifier and TypeMethodDescriptionstatic GeoPolygonQuery
SearchQuery.geoPolygon
(List<Coordinate> coordinates) Prepare aGeoPolygonQuery
body. -
Uses of GeoPolygonQuery in com.couchbase.client.java.search.queries
Methods in com.couchbase.client.java.search.queries that return GeoPolygonQueryModifier and TypeMethodDescriptionGeoPolygonQuery.boost
(double boost) Allows to specify which field the query should apply to (default is null).