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.
|
Modifier and Type | Method and Description |
---|---|
static GeoBoundingBoxQuery |
SearchQuery.geoBoundingBox(Coordinate topLeftCoordinate,
Coordinate bottomRightCoordinate)
Prepare a
GeoBoundingBoxQuery body. |
static GeoBoundingBoxQuery |
SearchQuery.geoBoundingBox(double topLeftLon,
double topLeftLat,
double bottomRightLon,
double bottomRightLat)
Prepare a
GeoBoundingBoxQuery body. |
Modifier and Type | Method and Description |
---|---|
GeoBoundingBoxQuery |
GeoBoundingBoxQuery.boost(double boost) |
GeoBoundingBoxQuery |
GeoBoundingBoxQuery.field(String field) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.