0
votes
0answers
89 views

Expanding multiple sunspot solr searches

I'm performing a search on my database whereby I search for the initial parameters, then do a bit of intelligent query expansion and search again. My problems are: When I do my second search I ...
0
votes
1answer
191 views

Sunspot Solr: Is it possible to add a field without reindexing all rows?

On the documentation for Sunspot, it says: If you make a change to the object's "schema" (code in the searchable block), you must reindex all objects so the changes are reflected in Solr What ...
0
votes
1answer
202 views

Sunspot Solr accessing non-stored attribute fields in search results

I'm using Sunspot Solr on Rails for search. In my class definition I have something like this (simplified from my real one): searchable do text :name integer :count boolean :priority end Is ...
0
votes
0answers
190 views

Sunspot autoCommit with sunspot_rails does not work in development

I've been trying to make this work for a while, and found a few similar questions, but nothing that would solve my problem. I am trying to implement delayed solr indexing in my rails application using ...
0
votes
1answer
108 views

Matching 2 out of 3 terms in Sunspot and WebSolr

THe partial matching on my search is not working correctly. When I type in "Dublin Ireland" into my search then it correctly returns all the results in Dublin, Ireland. However, when I type "County ...
0
votes
1answer
328 views

Delayed Indexing in SunSpot solr still make Delete request on record save

The delayed indexing is working fine but on record save it sends some delete request to websolr... here in the log it shows SOLR Request (14.3ms) [ path=# parameters={data: Message 547488, headers: ...
2
votes
2answers
191 views

Sunspot unicode search working locally but not in production

I have my app working with Sunspot Solr locally, supporting unicode with no issues. In production however, with Heroku and Websolr, all unicode queries return zero results. I have confirmed with ...