Top "Sunspot" questions

SocketError (getaddrinfo: Name or service not known) - Sunspot/Solr Rails development

I have had lots of trouble with deploying my rails 3.0.10 application to Ubuntu 10.04 server with Passenger, Capistrano, nginx and MySQL (…

ruby-on-rails-3 sunspot sunspot-rails sunspot-solr
Rails app: Solr throwing RSolr::Error::Http - 404 Not Found when executing search

Very lost as I haven't made any changes to my search which has always been working but somehow I've got …

ruby-on-rails ruby ruby-on-rails-3 solr sunspot
Setup sunspot solr with rails in production environment

I have tried various links but I can't seem to find a good resource on creating a running solr instance …

ruby-on-rails solr production-environment sunspot
how to get value selected by using select_tag with options_from_collection_for_select and pass it to controller

I have built a form search like this: <%= form_tag({ controller: 'questions', action: 'search_topic' }, method: 'get') do %> &…

ruby-on-rails ruby-on-rails-3 sunspot sunspot-rails
Capture Ant output

Can anyone suggest to me the best way to capture the output from an Ant command? I'm writing some routing …

ant sunspot
Redis full text search : reverse indexing or sunspot?

I have 3,5 millions records (readonly) actually stored in a MySQL DB that I would want to pull out to Redis …

redis sunspot
Can't reindex Sunspot SOLR - Error - RSolr::Error::Http - 500 Internal Server Error

Everytime i try to reindex using... rake sunspot:solr:reindex These error messages always show: Error - RSolr::Error::Http …

ruby-on-rails ruby solr sunspot
How to configure Solr to do partial word matching

Given the following set of values how do I configure the field to return values that are partial word matches …

solr lucene sunspot
Reindexing a particular model in Sunspot seems to make no difference in time taken

My application usually takes 20 minutes to reindex as a whole. There is a small table with a couple of records …

solr sunspot
Can't reindex with sunspot / solr in rails app - Error: Severe errors in solr configuration

Ok, so I have a simple rails application and now i'm trying to implement sunspot for search capabilities. However, after …

ruby-on-rails solr sunspot