| commit | ecf03e102d656e4a2c193d6ca2dc7333e32f3d21 | [log] [tgz] |
|---|---|---|
| author | Michael Herndon <mherndon@michaelherndon.com> | Sun Nov 09 17:06:09 2014 -0500 |
| committer | Michael Herndon <mherndon@michaelherndon.com> | Sun Nov 09 17:06:09 2014 -0500 |
| tree | d14f330c1cf71f5c35c4115f88f76280f1267a0a | |
| parent | d90ecf3f6690fddd60f021a91b6cac30066c71a6 [diff] |
updating readme
This branch is an experimental version of LUCENE.NET being built with Visual Studio 14 for PCL, portable class libraries, and the K10 / KLR (K or cloud Language Runtime for .NET. There will be breaking change and porting to PCL will be challenging. If you're up for a challenge, please contribute.
Apache Lucene.Net is a C# full-text search engine. Apache Lucene.Net is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications.
Apache Lucene.Net is compiled against Microsoft .NET Framework 4.0
The Apache Lucene.Net web site is at: http://lucenenet.apache.org
This branch is on hiatus as I‘m currently working on extending Xunit.Net to have similar functionality to JUnit for TestRules and to enable randomization testing from carrot search. I’m also working on making the story for running tests quickly from the command line.
I've also started separate code that provides the same apis found in Java but .Net into a separate library in hopes that it will make it easier for others to port code from Java.
The Mettle Project can be found here:
Submit any articles and tutorials to the developers list, dev @ lucenenet.apache.org.
$ cd path/to/lucene.net/tests/Lucene.Net.Core.Tests $ k test