public class GeoBoundingBoxQuery extends SearchQuery
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) |
protected void |
injectParams(JsonObject input) |
booleanField, booleans, conjuncts, dateRange, disjuncts, docId, export, geoBoundingBox, geoBoundingBox, geoDistance, geoDistance, geoPolygon, injectParamsAndBoost, match, matchAll, matchNone, matchPhrase, numericRange, phrase, prefix, queryString, regexp, term, termRange, toString, wildcard
public GeoBoundingBoxQuery(double topLeftLon, double topLeftLat, double bottomRightLon, double bottomRightLat)
public GeoBoundingBoxQuery field(String field)
public GeoBoundingBoxQuery boost(double boost)
boost
in class SearchQuery
protected void injectParams(JsonObject input)
injectParams
in class SearchQuery
Copyright © 2021 Couchbase, Inc.. All rights reserved.