Wednesday, June 22, 2011

Lucene++

I've been working on a new version of CLucene with Alan Wright. This new version is called Lucene++, is compatible with Java Lucene 3.0.3 and is heavily built with boost (full use of shared_ptr, and a lot of other areas), and thus avoids many of the problems that users have with memory handling and bugs relating to threading, etc. For a number of reasons, I've decided not to try and merge the two projects.

- see http://www.github.com/ustramooner/LucenePlusPlus

No comments:

Post a Comment