Method: SearchFlip::Index::ClassMethods#index_url

Defined in:
lib/search_flip/index.rb

#index_urlString

Returns the Elasticsearch index URL, ie base URL and index name with prefix.



649
650
651
# File 'lib/search_flip/index.rb', line 649

def index_url
  connection.index_url(index_name_with_prefix)
end