Currently I’m prototyping search with Lucene.Net-2.0-004 on a web application. It’s working very well, but it’s quite an old version of Lucene.net
Is it “safe” to use the trunk version ?
Are you doing it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We’re currently using Lucene.Net 2.0.0.4 in our beta release as well. So far, it seems to do what we need, though I’ve heard that the latest not-yet-officially-released versions of Lucene.Net fix several issues.
You can see a list of the tagged versions of Lucene.Net here:
https://svn.apache.org/repos/asf/incubator/lucene.net/tags/
This StackOverflow question has some background about the current incubation status of Lucene.NET:
Lucene.Net and incubation status
And in the answer to this StackOverflow question about the latest version of Lucene.Net, one person mentioned using 2.3.1.
I hope the Lucene.Net project releases another “official” version soon, preferably with a list of changes / fixes since 2.0.0.4.