@Stability.Internal public class CoreGeoDistanceQuery extends CoreSearchQuery
boost| Constructor and Description |
|---|
CoreGeoDistanceQuery(CoreGeoPoint location,
String distance,
String field,
Double boost) |
CoreGeoDistanceQuery(double locationLon,
double locationLat,
String distance,
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 CoreGeoDistanceQuery(double locationLon,
double locationLat,
String distance,
@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.