public class GeoBoundingBoxQuery extends SearchQuery
boost| Constructor and Description |
|---|
GeoBoundingBoxQuery(double topLeftLon,
double topLeftLat,
double bottomRightLon,
double bottomRightLat) |
| Modifier and Type | Method and Description |
|---|---|
GeoBoundingBoxQuery |
boost(double boost) |
GeoBoundingBoxQuery |
field(String field) |
com.couchbase.client.core.api.search.CoreSearchQuery |
toCore() |
booleanField, booleans, conjuncts, dateRange, disjuncts, docId, export, geoBoundingBox, geoBoundingBox, geoDistance, geoDistance, geoPolygon, match, matchAll, matchNone, matchPhrase, numericRange, phrase, prefix, queryString, regexp, term, termRange, toString, wildcardpublic GeoBoundingBoxQuery(double topLeftLon,
double topLeftLat,
double bottomRightLon,
double bottomRightLat)
public GeoBoundingBoxQuery field(String field)
public GeoBoundingBoxQuery boost(double boost)
boost in class SearchQuerypublic com.couchbase.client.core.api.search.CoreSearchQuery toCore()
toCore in class SearchQueryCopyright © 2024 Couchbase, Inc.. All rights reserved.