I came acroos a thread and it mentions that the N1QL can leverage both indexes - GSI and Views.
(When use Couchbase Views instead of N1QL?)
My query need is like “find books by auther in a NewYork city”.
as i understand, its not possible to satisfy this query only using the geospatial view as they dont support non-numeric fields to be indexed.
Is it possible to achieve the same using N1QL query? can N1QL use GSI and geospatial view as compound index?
EDIT: can fulltext indexes be leveraged in N1QL ?