You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default using Sunspot::IndexQueue::SessionProxy.new configures things to run with default configuration and ignoring the config/sunspot.yml file. Which ignores key parameters like the port solr is running on)
Could the documentation in the README be updated to also include this recipe for Rails users
By default using Sunspot::IndexQueue::SessionProxy.new configures things to run with default configuration and ignoring the config/sunspot.yml file. Which ignores key parameters like the port solr is running on)
Could the documentation in the README be updated to also include this recipe for Rails users
corrected
Sunspot.session = Sunspot::IndexQueue::SessionProxy.new Sunspot::IndexQueue.new(session: Sunspot::Rails.build_session)
The text was updated successfully, but these errors were encountered: