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 GeoPolygonQuerySearchQuery. geoPolygon(List<Coordinate> coordinates)Prepare aGeoPolygonQuerybody. -
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 GeoPolygonQueryGeoPolygonQuery. boost(double boost)GeoPolygonQueryGeoPolygonQuery. field(String field)Allows to specify which field the query should apply to (default is null).
-