On 8/22/06, Graham <[EMAIL PROTECTED]> wrote:
> Yes, I see what you mean... I had taken the "" off before I abandoned
> AAF, but it still made no difference.
>
> I have now successfully indexed all my models and can search them all
> relative to Product - using Ferret on its own. AAF just did not work for
> me.
Hi Graham,
Just a quick pointer. If you happen to upgrade to Ferret 0.10.0 (it'll
require some work since the latest version has many non-backwards
compatible changes) then you should use a MultiReader supplied to a
Searcher rather than a MultiSearcher. It's much more efficient.
reader = IndexReader.new([reader1, reader2, reader3])
searcher = Searcher.new(reader)
Cheers,
Dave
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk