Method: Couchbase::SearchRow#index

Defined in:
lib/couchbase/search_options.rb

#indexString

Returns name of the index.

Returns:

  • (String)

    name of the index



1551
1552
1553
# File 'lib/couchbase/search_options.rb', line 1551

def index
  @index
end