Hi Garrett

Going by another recent thread, you're definitely not the only one  
having this problem. I appreciate the research you've already done -  
although the results aren't giving me much to go off.

Next step is to test outside of Ruby, I guess. Once Sphinx is running,  
try the following (assuming from RAILS_ROOT):

search --config config/development.sphinx.conf --index issue_delta  
phrase

What's the output?

Cheers

-- 
Pat

On 05/02/2009, at 7:51 AM, Garrett Dimon wrote:

>
> I've been running Thinking Sphinx for a couple of days now, and I keep
> running into situations where the Delta Index isn't happening. The
> kicker is that it will occasionally work. (It seems to be after
> deploys, but I can't say for sure whether that's just coincidence.)
>
> Here's all of the relevant information that I can think of and things
> that I've tried so far...
>
> - I've tried giving it a minute or two to see if the delta is just
> lagging, but that results still didn't show up.
> - It appears that database record is being updated correctly and
> setting the delta column, however the results aren't showing up unless
> I reindex.
> - I've gone into script/console, manually created a client and
> searched for the phrase in the delta using client.query("phrase",
> "issue_delta") where issue is my model. That returned no results, but
> an ActiveRecord find did turn up the result and the delta was set to
> true.
>
> The problem has come and gone, but most recently it seems like it's
> sticking around. So, given that I haven't been able to find the
> solution anywhere else, I figured this was my best bet.
>
> Thanks in advance for any help provided.
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to