Tagged Questions
1
vote
1answer
165 views
bash aliases not recognized by a bash function: sunspot_rails, jruby, rspec
Aliases below for running sunspot in the background work
Aliases below for finding and killing those instances work
ENV variables for the sunspot ports are accessible
But,
Functions for running ...
3
votes
3answers
505 views
sunspot with jruby
Hi can sunspot be used with jruby, also here is my app details
jruby-1.6.1
rails 3.0.7
when i install all the gems and run rake sunspot:solr:start it gives me the following error
Gem::LoadError: ...
0
votes
0answers
204 views
jruby + sunspot + rails 3 + solr
Hi i am trying to use these technologies to implement search on my app. and currently I am trying to implement distributed search (shards). Can anyone point me to a resource that can help me in doing ...