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 GeoPolygonQuery |
SearchQuery.geoPolygon(List<Coordinate> coordinates)
Prepare a
GeoPolygonQuery body. |
Modifier and Type | Method and Description |
---|---|
GeoPolygonQuery |
GeoPolygonQuery.boost(double boost) |
GeoPolygonQuery |
GeoPolygonQuery.field(String field)
Allows to specify which field the query should apply to (default is null).
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.