Uses of Class
com.couchbase.client.java.search.queries.GeoPolygonQuery
-
Packages that use GeoPolygonQuery Package Description com.couchbase.client.java.search Namespace for various search-service related classes.com.couchbase.client.java.search.queries 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 GeoPolygonQuery Modifier and Type Method Description static 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 GeoPolygonQuery Modifier and Type Method Description GeoPolygonQuery
GeoPolygonQuery. boost(double boost)
GeoPolygonQuery
GeoPolygonQuery. field(String field)
Allows to specify which field the query should apply to (default is null).
-