FTS Geo search in polygon

Hi!
Can i search in fts geo objects, that contained in polygon(geojson)

{
  "type": "Feature",
  "geometry": {
    "type": "Polygon",
    "coordinates": [
      [
        [
          100.0,
          0.0
        ],
        [
          101.0,
          0.0
        ],
        [
          101.0,
          1.0
        ],
        [
          100.0,
          1.0
        ],
        [
          100.0,
          0.0
        ]
      ]
    ]
  }
}

Hi Elvis,

Currently FTS supports only two types of Geo queries.
Bounded Rectangle and Point Distance based queries.

-Sreekanth

If I compile Couchbase with https://github.com/couchbase/geocouch , can I use another shapes?

you had it 5 years ago - http://review.couchbase.org/#/c/22229/