Hello Pat, I have been an idiot.When I ran the query on console I noticed the number of records being returned after the update is same as before the update.I was just checking it on the browser till now.The issue was that I was sorting it based on 'id' in desc order which means the latest touched record was at the very end.Since the records returned were in thousands and I was using pagination I dint notice this.Now when I sort it on created_at its sorting in the presumed order.I also did a bit of research and I came across this thread http://groups.google.com/group/thinking-sphinx/browse_thread/thread/05d0adcd875c4222/8c32a3d25567ab4b. Guess could have been a bit more smart and checked the number of records being returned before putting this up here. Thank you and sorry for taking your time.
On Apr 22, 2:22 pm, Pat Allan <[email protected]> wrote: > HiRaghu > > What's the output of the delta indexing? (ie: Sphinx's logging, not Rails') > > -- > Pat > > On 19/04/2011, at 8:58 PM,Raghuwrote: > > > Hi Pat, > > I checked it after a while.But the results doesn't show the updated > > row till i do a re build.At my wits end. > > > On Apr 2, 9:47 am, Pat Allan <[email protected]> wrote: > >> HiRaghu > > >> How are you testing this? In script/console? And how fast are you testing > >> if it's in the search results? Sphinx can take a second or two for the > >> index changes to be loaded by the search daemon. > > >> -- > >> Pat > > >> On 25/03/2011, at 11:09 PM,Raghuwrote: > > >>> Once I rebuild it though the updated result is being shown though. > > >>> On Mar 25, 4:14 pm,Raghu<[email protected]> wrote: > >>>> Hi, > >>>> I have a model which has a delta index defined on it.Whenever I update > >>>> one of the the results of the Thinking Sphinx search delta indexing is > >>>> done.But when I execute the same query again the the row updated > >>>> previously is not being shown.Does this mean Sphinx is not searching > >>>> in the delta indexed rows? > > >>>> Thank you. > > >>> -- > >>> 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 > >>> athttp://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 > > athttp://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.
