Sorry if I reposted this... I posted this message earlier as 0.9.9, but made some last minute fixes, so the current version of clucene is now 0.9.10.
Hi Folks, It's been a while since the last release so I've released a new version. This version brings quite a few bug fixes a few more features and a few necessary API changes. CLucene now reads Apache Lucene 1.9 indexes (except if TermVectors are enabled, which I will work on for the next release). I've come across a few problems which I haven't solved for this release. Some platforms which set fairly low file limits may experience file handle limit problems, especially if compound files are not being used. The problem stems from the way the TermInfosReader clones work. InputStreams take a new file handle instead of using the same one. Sharing file handles was stopped because it can slow down file access. I've only noticed this problem recently so hopefully the problem will be solved for the next release. Increasing file limits should solve the problem for now. The MacOSx build is broken on this build, i'm not too experience with osx so it may take a while to sort it out. Maybe someone can help? Other than that, builds on solaris, freebsd, suse, redhat, and a few other platforms are now stable. Feedback please... cheers ben ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Kat-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kat-development
