HI guys... i have installed solr 4.2 in my system.. i wanted to integrate it with rails and thus, included the 2 sunspot gems..
gem 'sunspot_rails', '~>2.0.0'
gem 'sunspot_solr', '~>2.0.0'
now, the local instance of solr present in sunspot_solr gem can be found at "http://localhost:8982/solr" .. when checking the information, it says that the version is 3.5.. is there any way that i can upgrade this to version 4.2, i.e, the version that is installed in my system?