Ok thanks for looking into.  I'm going to try and reproduce it with 
plain ferret, if not I'll send you the index.

Charlie

David Balmain wrote:
> On 10/17/06, Charlie Hubbard <[EMAIL PROTECTED]> wrote:
>> Then say I type a quoted query like "Bash Guide for Beginners" ferret
>> So now I think it might be a problem with ferret.  My theory is maybe
>> the stop word analysis isn't taking place when I submit queries.  That's
>> my theory at least.  Any ideas?
>>
>> Charlie
> 
> Hi Charlie,
> I'm afraid I can't reproduce the problem here. So unless someone else
> can help you I see you have two options. Try reproducing the problem
> with a small script like this:
> 
>     require 'rubygems'
>     require 'ferret'
> 
>     index = Ferret::I.new(:or_default => false)
>     index << "Bash Guide for Beginners"
>     puts index.search('Bash Guide for Beginners')
>     index.close
> 
> Or you could send me the index off-list and I'll have a look at it here.
> 
> Cheers,
> Dave


-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
Ferret-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to