| Package | Description |
|---|---|
| com.couchbase.client.core.api.search.queries | |
| com.couchbase.client.core.api.search.sort | |
| com.couchbase.client.core.protostellar |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreGeoCoordinates
To create a new instance:
|
class |
CoreGeohash |
| Constructor and Description |
|---|
CoreGeoBoundingBoxQuery(CoreGeoPoint topLeft,
CoreGeoPoint bottomRight,
String field,
Double boost) |
CoreGeoDistanceQuery(CoreGeoPoint location,
String distance,
String field,
Double boost) |
| Constructor and Description |
|---|
CoreGeoPolygonQuery(List<? extends CoreGeoPoint> coordinates,
String field,
Double boost) |
| Constructor and Description |
|---|
CoreSearchSortGeoDistance(CoreGeoPoint location,
String field,
CoreSearchGeoDistanceUnits unit,
boolean descending) |
| Modifier and Type | Method and Description |
|---|---|
static com.couchbase.client.protostellar.search.v1.LatLng |
CoreProtostellarUtil.toLatLng(CoreGeoPoint point) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.