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.
|
com.couchbase.client.java.util |
Modifier and Type | Method and Description |
---|---|
static GeoBoundingBoxQuery |
SearchQuery.geoBoundingBox(Coordinate topLeftCoordinate,
Coordinate bottomRightCoordinate)
Prepare a
GeoBoundingBoxQuery body. |
static GeoDistanceQuery |
SearchQuery.geoDistance(Coordinate locationCoordinate,
String distance)
Prepare a
GeoDistanceQuery body. |
Modifier and Type | Method and Description |
---|---|
static GeoPolygonQuery |
SearchQuery.geoPolygon(List<Coordinate> coordinates)
Prepare a
GeoPolygonQuery body. |
Constructor and Description |
---|
GeoPolygonQuery(List<Coordinate> coordinates) |
Modifier and Type | Method and Description |
---|---|
static Coordinate |
Coordinate.ofLonLat(double lon,
double lat)
Creates a new
Coordinate with a longitude and a latitude. |
Copyright © 2020 Couchbase, Inc.. All rights reserved.