Has anybody heard of the Lucene version 2.3.1.3? We're using it in a production project. However the stable version of Lucene version 2.0.0.4.
Should I push to have the project's dependencies moved to version 2.0.0.4?
|
Has anybody heard of the Lucene version 2.3.1.3? We're using it in a production project. However the stable version of Lucene version 2.0.0.4. Should I push to have the project's dependencies moved to version 2.0.0.4? |
|||
|
|
|
Are you talking about Lucene or Lucene.NET? These are different but related projects. Lucene.NET is a .NET port of the Lucene Java code. 2.0.0.4 is the stable version of Lucene.NET. However, there is a version 2.3.1 of Lucene (for Java). The Lucene Website makes it seem like 2.4.1 is the most recent release suitable for production. |
||||
|
|
I'm running 2.3.1.3 over here in production at about 50 sites. I wouldn't recommend downgrading the version as a lot of performance and memory leak issues are adressed in 2.3.1. |
|||
|
|