We are pleased to announce the official public BETA release of Lucene.Net 
4.8.0. This is a significant milestone as well as a significant design change 
from Lucene.Net 3.0.3. Since there are more than 350,000 executable lines of 
code (well over 900,000 lines of text), it has taken our team over 2 ½ years to 
port it from Java. This major version update is a culmination of the efforts of 
several people, and we truly want to thank everyone involved for your much 
needed help!

That said, we are not completely stable yet, and we need volunteers to help us 
get over the finish line.

The release can be downloaded at: 
http://www.apache.org/dist/lucenenet/4.8.0-beta00004/


NuGet: The new design eliminates the "Contrib" packages and is split among 18 
NuGet packages (with a few others that may be ported if demand warrants it).

https://www.nuget.org/packages/Lucene.Net/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Analysis.Common/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Analysis.Stempel/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Classification/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Codecs/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Expressions/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Facet/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Grouping/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Highlighter/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.ICU/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Join/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Memory/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Misc/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Queries/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.QueryParser/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Sandbox/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Spatial/4.8.0-beta00004
https://www.nuget.org/packages/Lucene.Net.Suggest/4.8.0-beta00004


The BETA is now ready to be tested on a wider scale, and we could use help both 
in locating any remaining issues and resolving them. Please report any bugs on 
JIRA 
(https://issues.apache.org/jira/issues/?jql=project%20%3D%20LUCENENET%20AND%20status%20%3D%20Open).
 If you don't already have a JIRA account, you can sign up here: 
https://cwiki.apache.org/confluence/signup.action

Any other feedback please direct to our user/dev mailing lists as appropriate 
(https://cwiki.apache.org/confluence/display/LUCENENET/Mailing+Lists).

In addition to finding and fixing bugs, there are still some tasks remaining to 
make Lucene.Net 4.8.0 production ready and feature complete. See our 
contributor's guide for details 
(https://github.com/apache/lucenenet/blob/master/CONTRIBUTING.md). If you use 
Lucene.Net, please contribute 1 or 2 hours of your time to help us get the 
documentation comments fixed so we can generate complete API documentation 
(pull requests welcome).


Thanks,
Shad Storhaug (NightOwl888)
Lucene.Net PMC Member

Reply via email to