Class CoreGeoPolygonQuery

java.lang.Object
com.couchbase.client.core.api.search.CoreSearchQuery
com.couchbase.client.core.api.search.queries.CoreGeoPolygonQuery

@SinceCouchbase("6.5.1") @Internal public class CoreGeoPolygonQuery extends CoreSearchQuery
  • Constructor Details

    • CoreGeoPolygonQuery

      public CoreGeoPolygonQuery(List<? extends CoreGeoPoint> coordinates, @Nullable String field, @Nullable Double boost)
  • Method Details

    • injectParams

      protected void injectParams(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode input)
      Specified by:
      injectParams in class CoreSearchQuery
    • asProtostellar

      public com.couchbase.client.protostellar.search.v1.Query asProtostellar()
      Specified by:
      asProtostellar in class CoreSearchQuery