You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2014/11/14 13:11:52 UTC

lucenenet git commit: Updating README

Repository: lucenenet
Updated Branches:
  refs/heads/master b7d27c23b -> 1bcfe34ee


Updating README


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/1bcfe34e
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/1bcfe34e
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/1bcfe34e

Branch: refs/heads/master
Commit: 1bcfe34eea0bb0a5097b4a5cd863d55ddf1a1d51
Parents: b7d27c2
Author: Itamar Syn-Hershko <it...@code972.com>
Authored: Fri Nov 14 14:11:08 2014 +0200
Committer: Itamar Syn-Hershko <it...@code972.com>
Committed: Fri Nov 14 14:11:08 2014 +0200

----------------------------------------------------------------------
 README.md | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1bcfe34e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d466722..06220a1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Apache Lucene.Net is a C# full-text search engine, a C# port of the popular Apache Lucene project.  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
+Apache Lucene.Net is compiled against Microsoft .NET Framework 4.5
 
 The Apache Lucene.Net web site is at:
   http://lucenenet.apache.org
@@ -12,21 +12,18 @@ Please join the Apache Lucene.Net-User mailing list by sending a message to:
 
 
 ## Files
-  
-build/*
-  Visual Studio solution files
- 
+
 src/Contrib
-  Contributed code whihc extends and enhances Apahce Lucene.Net, but is not part of the core library
+  Temporary folder, mainly contributed code whihc extends and enhances Apahce Lucene.Net, but is not part of the core library
   
-src/core
-  The Lucene source code.
+src/Lucene.Net.*
+  Lucene.NET sub-projects (Core, Queries, Analysis, Facet, etc)
 
-src/Demo
-  Some example code.
+src/Lucene.Net.TestFramework
+  A TestFramework class library which provides a lot of support code for the various Tests projects.
 
-test/*
-  nUnit tests for Lucene.Net and Contrib projects
+src/Lucene.Net.Tests.*
+  Tests for Lucene.NET sub-projects
 
 ## Documentation