Just to elaborate a little: Sphinx doesn't have the ability to edit fields for 
records (at least, not yet - it looks like the next version will support it in 
some shape, but not yet sure if that'll fit with how TS uses it). So yes, the 
only way to get changed/new data in is to reindex.

The deltas approach means that all changes get stored in separate indexes 
(between full re-indexing - because you'll still need to do that regularly), 
and these small indexes are fast and easy to process, and so the overhead of 
doing that after each change is bearable (at least, in some situations).

Cheers

-- 
Pat

On 09/03/2010, at 5:57 AM, Greg DeVore wrote:

> New records will only show up if you have enabled delta indexing:
> 
> http://freelancing-god.github.com/ts/en/deltas.html
> 
> Greg
> 
> On Mar 8, 1:53 am, Pat Allan <[email protected]> wrote:
>> (Sorry, I screwed up - accidentally flagged this email as spam - obviously, 
>> I'm in need of some sleep at the moment. Reposting on behalf of Alec, and 
>> have removed the auto-account ban. Sorry!)
>> 
>> It seems as though I need to reindex every time I add a new field for
>> my table for sphinx to pick it up. Otherwise, new records added to the
>> database don't seem to be coming up in queries. Is this supposed to be
>> happening or should new records automatically be picked up by sphinx?
> 
> -- 
> 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.
> 

-- 
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