I'm following along with the N1QL tutorial for Couchbase and the first step is to create an index which is straight forward only part of the command that I am unclear about is the last parameter USING GSI can someone explain this. Initially I thought the GSI was a field specific to this bucket but it doesn't appear to be in any of the documents.
CREATE PRIMARY INDEX ON `beer-sample` USING GSI;