Hello.
We are indexing a large amount of data (about 850,000 records). During the
indexing, every 100,000 items I flush and optimize the index, so the disk
space doesn't get too large during indexing.
About 700,000 items in, I got this error:
Error occured in fs_store.c:226 - fso_flush_i
flushing src of length 1024
/usr/lib/ruby/gems/1.8/gems/ferret-0.10.9/lib/ferret/index.rb:517:in `close'
/usr/lib/ruby/gems/1.8/gems/ferret-0.10.9/lib/ferret/index.rb:517:in `flush'
/usr/lib/ruby/1.8/monitor.rb:229:in `synchronize'
/usr/lib/ruby/gems/1.8/gems/ferret-0.10.9/lib/ferret/index.rb:514:in `flush'
Is there a way to find out what happened? It wasn't a space error, as
there's plenty of space on the machine.
Also, if I optimize during an index run such as this, do I need to close and
then re-open the index, or will that not affect things?
Thanks for any info you have.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk