Time for a fresh beta!
This release includes several new modules and tools: * Lucene.Net.Analysis.Kuromoji - Japanese Morphological Analyzer * Lucene.Net.Analysis.Phonetic - Analyzer for indexing phonetic signatures (for sounds-alike search) * Lucene.Net.Analysis.SmartCn - Analyzer for indexing Chinese * Lucene.Net.Benchmark - System for benchmarking Lucene.Net * Lucene.Net.Demo - Simple example code (runnable through lucene-cli) * Lucene.Net.Replicator - Files replication Utility * Lucene.Net.ICU - Added collator functionality * lucene-cli - Command line utility for maintaining indexes, benchmarking, running and viewing demos Also included is support for .NET Standard 2.0 and .NET Framework 4.5. NOTE: .NET Standard 1.x has been changed from .NET Standard 1.5 to .NET Standard 1.6 (a breaking change). In addition, there are several dozen bug fixes, new APIs, performance enhancements, and more stable I/O concurrency (the complete list is at https://github.com/apache/lucenenet/blob/master/CHANGES.txt). The source and binary packages are available for inspection at: https://dist.apache.org/repos/dist/dev/lucenenet/. There is a MyGet feed that can be accessed at: V2: https://www.myget.org/F/lucene-net-nuget/api/v2 (VS2012+) V3: https://www.myget.org/F/lucene-net-nuget/api/v3/index.json (VS2015+) The tag is: https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00005 Please review the beta and vote (build and test instructions now on the README). Note the solution now requires Visual Studio 2017 (Version 15.3)+ in order to open it. This vote will close no sooner than 72 hours from now, i.e. sometime after 22:00 UTC 23-October 2017 +1 - Let's do it 0 - Indifferent -1 - Not ready, because... Thanks, Shad Storhaug (NightOwl888)
