Michael Harris
Michael Harris
I moved this PR to a new v3-dev branch. It'll give us a some more freedom to merge things without messing with master. I personally also think it's a good...
Since this is going to a v3-dev branch I'd be okay with merging this soon so it'll be easier to integrate into a project and look for issues. Also easier...
I _think_ you can already use Sunspot with Solr 8. You'll have to delete all the `trie` stuff in the Solr 7 example config though. That type has been completely...
I made [a gem](https://github.com/mlh758/sunspot_connector) which lets you swap in a different HTTP client and send additional headers.
This seems like it could be schema dependent. In the example config and the config in the sunspot_solr gem included in this project `*_d` and `*_dt` are both `tdate` fields:...
@gr8bit this looks topical to you.
We should use this issue to continue the discussion since #885 was for something else originally and this is exactly on topic. I think this should be solvable but I...
I think the main drawback of keeping it is that then we're still responsible for keeping that gem relatively up to date (which if you decide to keep it we...
Another reason to remove this I just came across is that sunspot_solr 2.3.0 is a 44MB gem, with almost all of that being the largely unused solr server.
I wonder if changing the [auto index callback](https://github.com/sunspot/sunspot/blob/master/sunspot_rails/lib/sunspot/rails/configuration.rb#L324) to after_commit would work as well.