in reply to KinoSearch & Large Documents

I think that you need to "finalize" it:

$index->finish;

Replies are listed 'Best First'.
Re^2: KinoSearch & Large Documents
by TedYoung (Deacon) on Feb 10, 2007 at 17:28 UTC
    I do finalize and optimize it after I am done with the indexing. But, in the case of these large docs, I don't even get that far. It is the add_doc method that sucks up the CPU.

    Ted Young

    ($$<<$$=>$$<=>$$<=$$>>$$) always returns 1. :-)
      Humphrey suggests adding a Stopalizer. I haven't tried it yet, but it might help. See:

      Load Problem

        Stopalizer didn't help any, but thank you.

        Ted Young

        ($$<<$$=>$$<=>$$<=$$>>$$) always returns 1. :-)