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.

Reply via email to