Displaying 1 result from an estimated 1 matches for "total_found".
Did you mean:
  total_count
  
2008 Sep 03
4
delta index in Sphinx
...;
>> @sphinx.set_match_mode(Sphinx::SPH_MATCH_ANY)
=> 1
>> @result = @sphinx.query(''test'')
=> {:time=>"0.000", :matches=>{}, :total=>0, :attrs=>{:e_mail=>3},
:words=>{"test"=>{:docs=>0, :hits=>0}}, :fields=>[], :total_found=>0}
-------------------------------------------------------------------
but if i try in ./script/console find by email "test", as you can see, i
get nothing.
Help me please to repair my mistake.
Thanks!
Attachments:
http://www.ruby-forum.com/attachment/2643/sphinx.conf
-- 
Posted v...