Tagged Questions
0
votes
1answer
35 views
Rails Sunspot Solr data source
Thank you in advance for bearing with me. I am new to Solr and looking to integrate into Rails. Although Postgres can text search, Solr seems to be faster..
I understand the modifications that need ...
0
votes
0answers
104 views
Running multiple instances of Sunspot solr server for running cucumber tests using parallel_tests gem
I am using parallel_tests gem for running my cucumber features in parallel.
While i am trying to run the cukes, i am getting
Sunspot::Solr::Server::AlreadyRunningError
but the process is ...
0
votes
0answers
42 views
How can I convert a fulltext Sunspot query into ElasticSearch with tire?
I have a model with just a name, and I am trying to get the record with the best match using ElasticSearch and Tire. So for example, I have the following records: "Milk", "Evaporated Milk", "Sweetened ...
1
vote
1answer
490 views
Rails3 sunspot:reindex - rake aborted! undefined method [closed]
I have a rails model that has multiple "has_many through" relationships.
I defined these in active record and in the searchable block.
When I define the relationship on a single-word model name
(ex: ...
5
votes
2answers
450 views
Sunspot Solr Autocomplete not working Ruby on Rails 3.2.3
I need helping getting Autocomplete working on my Solr Search bar.
Am, using this https://github.com/xponrails/sunspot_autocomplete
Followed the steps & it doesn't work.
I get stuck at my search ...
3
votes
1answer
621 views
Sunspot running on windows with rails
I followed the instruction and installed the sunspot_rails gem
when I do
bundle exec rake sunspot:solr:start
it tells me
This command is not supported on i386-mingw32. Use rake sunspot:solr:run ...