Method: Sunspot::Installer.execute

Defined in:
lib/sunspot/installer.rb

.execute(solr_home, options = {}) ⇒ Object



8
9
10
# File 'lib/sunspot/installer.rb', line 8

def execute(solr_home, options = {})
  new(solr_home, options).execute
end