@Stability.Internal public class CoreGeoBoundingBoxQuery extends CoreSearchQuery
boost| Constructor and Description |
|---|
CoreGeoBoundingBoxQuery(CoreGeoPoint topLeft,
CoreGeoPoint bottomRight,
String field,
Double boost) |
CoreGeoBoundingBoxQuery(double topLeftLon,
double topLeftLat,
double bottomRightLon,
double bottomRightLat,
String field,
Double boost) |
| Modifier and Type | Method and Description |
|---|---|
com.couchbase.client.protostellar.search.v1.Query |
asProtostellar() |
protected void |
injectParams(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode input) |
boost, export, injectParamsAndBoostpublic CoreGeoBoundingBoxQuery(double topLeftLon,
double topLeftLat,
double bottomRightLon,
double bottomRightLat,
@Nullable
String field,
@Nullable
Double boost)
public CoreGeoBoundingBoxQuery(CoreGeoPoint topLeft, CoreGeoPoint bottomRight, @Nullable String field, @Nullable Double boost)
protected void injectParams(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode input)
injectParams in class CoreSearchQuerypublic com.couchbase.client.protostellar.search.v1.Query asProtostellar()
asProtostellar in class CoreSearchQueryCopyright © 2024 Couchbase, Inc.. All rights reserved.