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

[1/2] git commit: updating readme to direct people to current work

Repository: lucenenet
Updated Branches:
  refs/heads/master e3beba717 -> d7a897605


updating readme to direct people to current work


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

Branch: refs/heads/master
Commit: 1866114f7a3a9720131dafde9ce203540834eb9b
Parents: ea1dc3c
Author: michael herndon <mh...@investure.com>
Authored: Mon Apr 14 08:37:30 2014 -0400
Committer: michael herndon <mh...@investure.com>
Committed: Mon Apr 14 08:37:30 2014 -0400

----------------------------------------------------------------------
 README.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1866114f/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 17cbb15..6610065 100644
--- a/README.txt
+++ b/README.txt
@@ -15,6 +15,16 @@ Please join the Apache Lucene.Net-User mailing list by sending a message to:
   user-subscribe@lucenenet.apache.org
 
 
+CURRENT WORK
+---------------
+The Lucene.NET committers and community are currently working on a version 4.3 port of Lucene that can be found in branch_4x of the git repository.  
+
+The apache source code for Lucene.Net can be found here:
+https://git-wip-us.apache.org/repos/asf/lucenenet.git
+
+
+
+
 FILES
 ---------------
 build/scripts


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucenenet

Posted by mh...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucenenet


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

Branch: refs/heads/master
Commit: d7a8976051ab94f046661725660b52e66fc762a9
Parents: 1866114 e3beba7
Author: michael herndon <mh...@investure.com>
Authored: Mon Apr 14 08:42:51 2014 -0400
Committer: michael herndon <mh...@investure.com>
Committed: Mon Apr 14 08:42:51 2014 -0400

----------------------------------------------------------------------
 src/contrib/Analyzers/Contrib.Analyzers.csproj  |   10 +
 src/contrib/Analyzers/En/KStemData1.cs          |  758 ++++++++
 src/contrib/Analyzers/En/KStemData2.cs          |  755 ++++++++
 src/contrib/Analyzers/En/KStemData3.cs          |  756 ++++++++
 src/contrib/Analyzers/En/KStemData4.cs          |  757 ++++++++
 src/contrib/Analyzers/En/KStemData5.cs          |  755 ++++++++
 src/contrib/Analyzers/En/KStemData6.cs          |  756 ++++++++
 src/contrib/Analyzers/En/KStemData7.cs          |  756 ++++++++
 src/contrib/Analyzers/En/KStemData8.cs          |  655 +++++++
 src/contrib/Analyzers/En/KStemFilter.cs         |   48 +
 src/contrib/Analyzers/En/KStemmer.cs            | 1759 ++++++++++++++++++
 .../Spatial/Util/CompatibilityExtensions.cs     |  107 +-
 src/core/Document/NumericField.cs               |    9 +-
 13 files changed, 7867 insertions(+), 14 deletions(-)
----------------------------------------------------------------------