I’m reading sunspot documentation and find that sunspot based on RSolr library.
Is there any way to get connection to perform low level request like this
pseudo-code:
solr = Sunspot.connection
response = solr.get 'select', :params => {:q => '*:*'}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not as of the current version (1.3.2). Well, you can, but you’d have to
instance_evala few objects to get to the underlying RSolr object. Patches are welcome at http://github.com/sunspot/sunspot — a good accessor method for the RSolr connection would be welcome.