pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 468 forks source link

2.01 compatibility #211

Closed vnorby closed 13 years ago

vnorby commented 13 years ago

2.01 was released this morning, as I'm sure you know. Thinking-sphinx is not yet compatible with this version. Just putting an issue in here for people searching.

pat commented 13 years ago

Um, version 2.01 of what?

vnorby commented 13 years ago

Sorry, sphinx.

On Apr 22, 2011, at 3:46 PM, freelancing-godreply@reply.github.com wrote:

Um, version 2.01 of what?

Reply to this email directly or view it on GitHub: https://github.com/freelancing-god/thinking-sphinx/issues/211#comment_1045963

pat commented 13 years ago

Oh wow, didn't hear about that (normally they email announcements). Interesting! Thanks for pointing it out.

vivienne commented 13 years ago

I ran into this one today too. Seems to be working okay after a small update to this commit: gregwebs/thinking-sphinx@6db04e3547797525b6d2031f7cbc7ee734fecfa1 to add '2.0.1' as an accepted sphinx version on line 8. I was able to generate my search indices and they're returning search results okay (but I have a pretty simple search setup).

rymohr commented 13 years ago

I've got a fairly complex index structure and 2.0.1 appears to be working fine for me as well. The "Sphinx cannot be found on your system" warning from TS threw me off a little but everything else looks good.

pat commented 13 years ago

Do the start/stop tasks work fine? The TS tests can't start Sphinx 2.0.1 from within Ruby (but if I manually start it, it's all fine). Haven't made the time to investigate further yet, but it's definitely on my list of things to do soon.

rymohr commented 13 years ago

Start works fine but stops throws an execution expired error. Only other error I noticed is the one below

WARNING: key 'address' is deprecated in shared/config/production.sphinx.conf line 7; use 'listen' instead
vivienne commented 13 years ago

both start/stop tasks work without any errors or warnings for me (development on local machine and via capistrano for production).

pat commented 13 years ago

searchd fails on my machine completely - doesn't quite get through starting up. That said, I've added commits to both Riddle and Thinking Sphinx that should make 2.0.1 work nicely, without any complaints. Grab the latest TS from Github (waiting on a couple of other things before I release a new gem), let me know how it goes.