Hi,
I just added fixes in svn to compile with CLucene 0.9.x (tested with 0.9.10).

It works fine with 0.9.10, the indexes are huge though. This can be tweaked by 
calling
        writer->setUseCompoundFile(true);
// 1000 or another large number. The higher it is the higher 
// the memory conumption is.
        writer->setMinMergeDocs(1000);

afaik. This is not yet included.
0.9.11 will have a fixed optimize(), so these calls are probably not required. 
0.9.10 has a buggy optimize though (I think).

0.9.11 should be released soon.

I tested the indexing with the KJV, which worked fine for me.
Testing with unicode modules like WLC is not yet done. I don't have a unicode 
enabled client installed which uses the Sword calls.

Joachim
-- 
<>< Re: deemed
www.bibletime.info
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to