Hi Kunal What's the output of the delta indexing when it occurs? And how long after the change are you trying to search for it? Sphinx can take a few seconds to be aware of the changes and load the delta index changes into memory.
-- Pat On 13/05/2011, at 5:00 PM, kunal tayal wrote: > i have defined my index like this... > > define_index do > indexes :name > indexes :city > indexes :avgrating > > has :avgrating > > set_property :delta => true > end > > > whenever i add a new record to this table i get the results in sphinx > --- testing it on console thru search.exe --config "my configfile" " > search query" > > and it gives me the correct result... > > > but in my rails application it doesn't show any results.... > surprisingly when i stop searchd.exe and again restart and then > searches in rails application then it shows me the correct result. > > note : - i not doing any indexing again > > i don't know why it happening like this... > > and running of searchd.exe thru console or thru rake task ts:start or > ts:rebuild not making difference at all.... > > > > just stuck here since last couple of days...any help would be really > appreciated.. > > > > -- > 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.
