Below is a recent message from the Java dev list for Lucene. As it states, this is mostly a bugfix release against the 1.9 code.
The development path that's been suggested is that we develop the 1.9release on the 1.1 Framework and that we would cut over to the 2.0 Framework with the 2.0Lucene release. I believe this is fine, but we need to begin porting the Java 2.0 release soon. The Java 1.9 release was considered complete some time last fall. The time divide between the Java release and our C# port is growing and is getting longer. Not to take away from the 1.9 efforts on the 1.1 Framework, I'm going to proceed on porting the Java 2.0 release to C# under the 2.0 Framework. If there are a substantial number of bugfixes in the 2.0 release, we should make use of that as well. Questions or comments welcome. cheers, jeff r. ---------- Forwarded Message ---------- Subject: Lucene 2.0.0 release available Date: Samstag 27 Mai 2006 05:57 From: Doug Cutting <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Release 2.0.0 of Lucene is now available from: http://www.apache.org/dyn/closer.cgi/lucene/java/ This is mostly a bugfix release from release 1.9.1. Note however that deprecated 1.x features have now been removed. Any code that compiles against Lucene 1.9.1 without deprecation warnings should work without further changes with any 2.x release. The detailed change log is at: http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_0_0/CHANGES.txt Doug