You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2015/07/24 18:06:27 UTC

svn commit: r1692547 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/analysis/common/src/java/org/apache/lucene/analysis/lt/ lucene/analysis/common/src/java/org/tartarus/snowball/ext/ lucene/analysis/common/src/resources/org/apache/lucene/analys...

Author: rmuir
Date: Fri Jul 24 16:06:26 2015
New Revision: 1692547

URL: http://svn.apache.org/r1692547
Log:
LUCENE-6694: Add LithuanianAnalyzer and LithuanianStemmer

Added:
    lucene/dev/branches/branch_5x/lucene/analysis/common/src/java/org/apache/lucene/analysis/lt/
      - copied from r1692544, lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/lt/
    lucene/dev/branches/branch_5x/lucene/analysis/common/src/java/org/tartarus/snowball/ext/LithuanianStemmer.java
      - copied unchanged from r1692544, lucene/dev/trunk/lucene/analysis/common/src/java/org/tartarus/snowball/ext/LithuanianStemmer.java
    lucene/dev/branches/branch_5x/lucene/analysis/common/src/resources/org/apache/lucene/analysis/lt/
      - copied from r1692544, lucene/dev/trunk/lucene/analysis/common/src/resources/org/apache/lucene/analysis/lt/
    lucene/dev/branches/branch_5x/lucene/analysis/common/src/test/org/apache/lucene/analysis/lt/
      - copied from r1692544, lucene/dev/trunk/lucene/analysis/common/src/test/org/apache/lucene/analysis/lt/
Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/lucene/   (props changed)
    lucene/dev/branches/branch_5x/lucene/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/CHANGES.txt?rev=1692547&r1=1692546&r2=1692547&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/lucene/CHANGES.txt Fri Jul 24 16:06:26 2015
@@ -99,6 +99,9 @@ New Features
   the specified distance from the center point.  Fix
   GeoPointInBBoxQuery to handle dateline crossing.
 
+* LUCENE-6694: Add LithuanianAnalyzer and LithuanianStemmer.
+  (Dainius Jocas via Robert Muir)
+
 API Changes
 
 * LUCENE-6508: Simplify Lock api, there is now just