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 2012/09/17 17:48:14 UTC

svn commit: r1386670 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/eclipse/ dev-tools/maven/ lucene/ lucene/analysis/ lucene/analysis/phonetic/ lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/ lucene/analysis/phonet...

Author: rmuir
Date: Mon Sep 17 15:48:13 2012
New Revision: 1386670

URL: http://svn.apache.org/viewvc?rev=1386670&view=rev
Log:
LUCENE-3720: fix BeiderMorseFilter OOM issues

Added:
    lucene/dev/branches/branch_4x/lucene/licenses/commons-codec-1.7.jar.sha1
      - copied unchanged from r1386662, lucene/dev/trunk/lucene/licenses/commons-codec-1.7.jar.sha1
    lucene/dev/branches/branch_4x/solr/licenses/commons-codec-1.7.jar.sha1
      - copied unchanged from r1386662, lucene/dev/trunk/solr/licenses/commons-codec-1.7.jar.sha1
Removed:
    lucene/dev/branches/branch_4x/lucene/licenses/commons-codec-1.6.jar.sha1
    lucene/dev/branches/branch_4x/solr/licenses/commons-codec-1.6.jar.sha1
Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/eclipse/dot.classpath
    lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/CHANGES.txt   (contents, props changed)
    lucene/dev/branches/branch_4x/lucene/analysis/   (props changed)
    lucene/dev/branches/branch_4x/lucene/analysis/README.txt
    lucene/dev/branches/branch_4x/lucene/analysis/phonetic/build.xml
    lucene/dev/branches/branch_4x/lucene/analysis/phonetic/ivy.xml
    lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/BeiderMorseFilter.java
    lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/test/org/apache/lucene/analysis/phonetic/TestBeiderMorseFilter.java
    lucene/dev/branches/branch_4x/lucene/licenses/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/   (props changed)
    lucene/dev/branches/branch_4x/solr/core/ivy.xml
    lucene/dev/branches/branch_4x/solr/licenses/   (props changed)

Modified: lucene/dev/branches/branch_4x/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/eclipse/dot.classpath?rev=1386670&r1=1386669&r2=1386670&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/branches/branch_4x/dev-tools/eclipse/dot.classpath Mon Sep 17 15:48:13 2012
@@ -19,110 +19,110 @@
   <classpathentry kind="src" path="lucene/sandbox/src/test"/>
   <classpathentry kind="src" path="lucene/test-framework/src/java"/>
   <classpathentry kind="src" output="eclipse-build/tests-framework" path="lucene/test-framework/src/resources"/>
-	<classpathentry kind="src" path="lucene/analysis/common/src/java"/>
-	<classpathentry kind="src" output="eclipse-build/analysis-common"  path="lucene/analysis/common/src/resources"/>
-	<classpathentry kind="src" path="lucene/analysis/common/src/test"/>
-	<classpathentry kind="src" path="lucene/analysis/icu/src/java"/>
-	<classpathentry kind="src" output="eclipse-build/analysis-icu" path="lucene/analysis/icu/src/resources"/>
-	<classpathentry kind="src" path="lucene/analysis/icu/src/test"/>
-	<classpathentry kind="src" path="lucene/analysis/kuromoji/src/java"/>
-	<classpathentry kind="src" output="eclipse-build/analysis-kuromoji" path="lucene/analysis/kuromoji/src/resources"/>
-	<classpathentry kind="src" path="lucene/analysis/kuromoji/src/test"/>
-	<classpathentry kind="src" path="lucene/analysis/phonetic/src/java"/>
-	<classpathentry kind="src" output="eclipse-build/analysis-phonetic" path="lucene/analysis/phonetic/src/resources"/>
-	<classpathentry kind="src" path="lucene/analysis/phonetic/src/test"/>
-	<classpathentry kind="src" path="lucene/analysis/smartcn/src/java"/>
-	<classpathentry kind="src" output="eclipse-build/analysis-smartcn" path="lucene/analysis/smartcn/src/resources"/>
-	<classpathentry kind="src" path="lucene/analysis/smartcn/src/test"/>
-	<classpathentry kind="src" path="lucene/analysis/stempel/src/java"/>
-	<classpathentry kind="src" output="eclipse-build/analysis-stempel" path="lucene/analysis/stempel/src/resources"/>
-	<classpathentry kind="src" path="lucene/analysis/stempel/src/test"/>
-	<classpathentry kind="src" path="lucene/analysis/morfologik/src/java"/>
-	<classpathentry kind="src" output="eclipse-build/analysis-morfologik" path="lucene/analysis/morfologik/src/resources"/>
-	<classpathentry kind="src" path="lucene/analysis/morfologik/src/test"/>
-	<classpathentry kind="src" path="lucene/analysis/uima/src/java"/>
-	<classpathentry kind="src" output="eclipse-build/analysis-uima" path="lucene/analysis/uima/src/resources"/>
-	<classpathentry kind="src" path="lucene/analysis/uima/src/test"/>
-	<classpathentry kind="src" path="lucene/benchmark/src/java"/>
-	<classpathentry kind="src" path="lucene/benchmark/src/test"/>
+  <classpathentry kind="src" path="lucene/analysis/common/src/java"/>
+  <classpathentry kind="src" output="eclipse-build/analysis-common" path="lucene/analysis/common/src/resources"/>
+  <classpathentry kind="src" path="lucene/analysis/common/src/test"/>
+  <classpathentry kind="src" path="lucene/analysis/icu/src/java"/>
+  <classpathentry kind="src" output="eclipse-build/analysis-icu" path="lucene/analysis/icu/src/resources"/>
+  <classpathentry kind="src" path="lucene/analysis/icu/src/test"/>
+  <classpathentry kind="src" path="lucene/analysis/kuromoji/src/java"/>
+  <classpathentry kind="src" output="eclipse-build/analysis-kuromoji" path="lucene/analysis/kuromoji/src/resources"/>
+  <classpathentry kind="src" path="lucene/analysis/kuromoji/src/test"/>
+  <classpathentry kind="src" path="lucene/analysis/phonetic/src/java"/>
+  <classpathentry kind="src" output="eclipse-build/analysis-phonetic" path="lucene/analysis/phonetic/src/resources"/>
+  <classpathentry kind="src" path="lucene/analysis/phonetic/src/test"/>
+  <classpathentry kind="src" path="lucene/analysis/smartcn/src/java"/>
+  <classpathentry kind="src" output="eclipse-build/analysis-smartcn" path="lucene/analysis/smartcn/src/resources"/>
+  <classpathentry kind="src" path="lucene/analysis/smartcn/src/test"/>
+  <classpathentry kind="src" path="lucene/analysis/stempel/src/java"/>
+  <classpathentry kind="src" output="eclipse-build/analysis-stempel" path="lucene/analysis/stempel/src/resources"/>
+  <classpathentry kind="src" path="lucene/analysis/stempel/src/test"/>
+  <classpathentry kind="src" path="lucene/analysis/morfologik/src/java"/>
+  <classpathentry kind="src" output="eclipse-build/analysis-morfologik" path="lucene/analysis/morfologik/src/resources"/>
+  <classpathentry kind="src" path="lucene/analysis/morfologik/src/test"/>
+  <classpathentry kind="src" path="lucene/analysis/uima/src/java"/>
+  <classpathentry kind="src" output="eclipse-build/analysis-uima" path="lucene/analysis/uima/src/resources"/>
+  <classpathentry kind="src" path="lucene/analysis/uima/src/test"/>
+  <classpathentry kind="src" path="lucene/benchmark/src/java"/>
+  <classpathentry kind="src" path="lucene/benchmark/src/test"/>
   <classpathentry excluding="src" including="conf/**" kind="src" path="lucene/benchmark"/>
-	<classpathentry kind="src" path="lucene/facet/src/java"/>
-	<classpathentry kind="src" path="lucene/facet/src/examples"/>
-	<classpathentry kind="src" path="lucene/facet/src/test"/>
-	<classpathentry kind="src" path="lucene/grouping/src/java"/>
-	<classpathentry kind="src" path="lucene/grouping/src/test"/>
-	<classpathentry kind="src" path="lucene/join/src/java"/>
-	<classpathentry kind="src" path="lucene/join/src/test"/>
-	<classpathentry kind="src" path="lucene/queries/src/java"/>
-	<classpathentry kind="src" path="lucene/queries/src/test"/>
-	<classpathentry kind="src" path="lucene/queryparser/src/java"/>
-	<classpathentry kind="src" path="lucene/queryparser/src/resources"/>
-	<classpathentry kind="src" path="lucene/queryparser/src/test"/>
-	<classpathentry kind="src" path="lucene/suggest/src/java"/>
-	<classpathentry kind="src" path="lucene/suggest/src/test"/>
-	<classpathentry kind="src" path="lucene/spatial/src/java"/>
-	<classpathentry kind="src" path="lucene/spatial/src/test"/>
-	<classpathentry kind="src" path="lucene/spatial/src/test-files"/>
-	<classpathentry kind="lib" path="lucene/spatial/lib/spatial4j-0.3.jar"/>
-	<classpathentry kind="src" path="solr/core/src/java"/>
-	<classpathentry kind="src" path="solr/core/src/test"/>
-	<classpathentry kind="src" path="solr/core/src/test-files"/>
-	<classpathentry kind="src" path="solr/solrj/src/java"/>
-	<classpathentry kind="src" path="solr/solrj/src/test"/>
-	<classpathentry kind="src" path="solr/solrj/src/test-files"/>
-	<classpathentry kind="src" path="solr/test-framework/src/java"/>
-	<classpathentry kind="src" path="solr/contrib/analysis-extras/src/java"/>
-	<classpathentry kind="src" path="solr/contrib/analysis-extras/src/test"/>
-	<classpathentry kind="src" path="solr/contrib/analysis-extras/src/test-files"/>
-	<classpathentry kind="src" path="solr/contrib/clustering/src/java"/>
-	<classpathentry kind="src" path="solr/contrib/clustering/src/test"/>
-	<classpathentry kind="src" path="solr/contrib/clustering/src/test-files"/>
-	<classpathentry kind="src" path="solr/contrib/dataimporthandler/src/java"/>
-	<classpathentry kind="src" path="solr/contrib/dataimporthandler/src/test"/>
-	<classpathentry kind="src" path="solr/contrib/dataimporthandler/src/test-files"/>
-	<classpathentry kind="src" path="solr/contrib/dataimporthandler-extras/src/java"/>
-	<classpathentry kind="src" path="solr/contrib/dataimporthandler-extras/src/test"/>
-	<classpathentry kind="src" path="solr/contrib/dataimporthandler-extras/src/test-files"/>
-	<classpathentry kind="src" path="solr/contrib/extraction/src/java"/>
-	<classpathentry kind="src" path="solr/contrib/extraction/src/test"/>
-	<classpathentry kind="src" path="solr/contrib/extraction/src/test-files"/>
-	<classpathentry kind="src" path="solr/contrib/langid/src/java"/>
-	<classpathentry kind="src" path="solr/contrib/langid/src/resources"/>
-	<classpathentry kind="src" path="solr/contrib/langid/src/test"/>
-	<classpathentry kind="src" path="solr/contrib/langid/src/test-files"/>
-	<classpathentry kind="src" path="solr/contrib/uima/src/java"/>
-	<classpathentry kind="src" path="solr/contrib/uima/src/resources"/>
-	<classpathentry kind="src" path="solr/contrib/uima/src/test"/>
-	<classpathentry kind="src" path="solr/contrib/uima/src/test-files"/>
-	<classpathentry kind="src" path="solr/contrib/velocity/src/java"/>
-	<classpathentry kind="src" path="solr/contrib/velocity/src/test"/>
-	<classpathentry kind="src" path="solr/contrib/velocity/src/test-files"/>
-	<classpathentry kind="lib" path="lucene/test-framework/lib/ant-1.8.2.jar"/>
-	<classpathentry kind="lib" path="lucene/test-framework/lib/junit-4.10.jar"/>
-	<classpathentry kind="lib" path="lucene/sandbox/lib/jakarta-regexp-1.4.jar"/>
-	<classpathentry kind="lib" path="lucene/analysis/icu/lib/icu4j-49.1.jar"/>
-	<classpathentry kind="lib" path="lucene/analysis/phonetic/lib/commons-codec-1.6.jar"/>
-	<classpathentry kind="lib" path="lucene/analysis/morfologik/lib/morfologik-fsa-1.5.3.jar"/>
-	<classpathentry kind="lib" path="lucene/analysis/morfologik/lib/morfologik-polish-1.5.3.jar"/>
-	<classpathentry kind="lib" path="lucene/analysis/morfologik/lib/morfologik-stemming-1.5.3.jar"/>
-	<classpathentry kind="lib" path="lucene/benchmark/lib/commons-compress-1.4.1.jar"/>
-	<classpathentry kind="lib" path="lucene/benchmark/lib/xercesImpl-2.9.1.jar"/>
-	<classpathentry kind="lib" path="lucene/benchmark/lib/nekohtml-1.9.15.jar"/>
-	<classpathentry kind="lib" path="solr/core/lib/commons-fileupload-1.2.1.jar"/>
-	<classpathentry kind="lib" path="solr/core/lib/commons-cli-1.2.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/httpclient-4.1.3.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/httpcore-4.1.4.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/httpmime-4.1.3.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/commons-io-2.1.jar"/>
-	<classpathentry kind="lib" path="solr/core/lib/commons-lang-2.6.jar"/>
-	<classpathentry kind="lib" path="solr/core/lib/easymock-2.2.jar"/>
-	<classpathentry kind="lib" path="solr/core/lib/guava-r05.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/jcl-over-slf4j-1.6.4.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/log4j-over-slf4j-1.6.4.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/slf4j-api-1.6.4.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/slf4j-jdk14-1.6.4.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/wstx-asl-3.2.7.jar"/>
-	<classpathentry kind="lib" path="solr/solrj/lib/zookeeper-3.3.6.jar"/>
+  <classpathentry kind="src" path="lucene/facet/src/java"/>
+  <classpathentry kind="src" path="lucene/facet/src/examples"/>
+  <classpathentry kind="src" path="lucene/facet/src/test"/>
+  <classpathentry kind="src" path="lucene/grouping/src/java"/>
+  <classpathentry kind="src" path="lucene/grouping/src/test"/>
+  <classpathentry kind="src" path="lucene/join/src/java"/>
+  <classpathentry kind="src" path="lucene/join/src/test"/>
+  <classpathentry kind="src" path="lucene/queries/src/java"/>
+  <classpathentry kind="src" path="lucene/queries/src/test"/>
+  <classpathentry kind="src" path="lucene/queryparser/src/java"/>
+  <classpathentry kind="src" path="lucene/queryparser/src/resources"/>
+  <classpathentry kind="src" path="lucene/queryparser/src/test"/>
+  <classpathentry kind="src" path="lucene/suggest/src/java"/>
+  <classpathentry kind="src" path="lucene/suggest/src/test"/>
+  <classpathentry kind="src" path="lucene/spatial/src/java"/>
+  <classpathentry kind="src" path="lucene/spatial/src/test"/>
+  <classpathentry kind="src" path="lucene/spatial/src/test-files"/>
+  <classpathentry kind="lib" path="lucene/spatial/lib/spatial4j-0.3.jar"/>
+  <classpathentry kind="src" path="solr/core/src/java"/>
+  <classpathentry kind="src" path="solr/core/src/test"/>
+  <classpathentry kind="src" path="solr/core/src/test-files"/>
+  <classpathentry kind="src" path="solr/solrj/src/java"/>
+  <classpathentry kind="src" path="solr/solrj/src/test"/>
+  <classpathentry kind="src" path="solr/solrj/src/test-files"/>
+  <classpathentry kind="src" path="solr/test-framework/src/java"/>
+  <classpathentry kind="src" path="solr/contrib/analysis-extras/src/java"/>
+  <classpathentry kind="src" path="solr/contrib/analysis-extras/src/test"/>
+  <classpathentry kind="src" path="solr/contrib/analysis-extras/src/test-files"/>
+  <classpathentry kind="src" path="solr/contrib/clustering/src/java"/>
+  <classpathentry kind="src" path="solr/contrib/clustering/src/test"/>
+  <classpathentry kind="src" path="solr/contrib/clustering/src/test-files"/>
+  <classpathentry kind="src" path="solr/contrib/dataimporthandler/src/java"/>
+  <classpathentry kind="src" path="solr/contrib/dataimporthandler/src/test"/>
+  <classpathentry kind="src" path="solr/contrib/dataimporthandler/src/test-files"/>
+  <classpathentry kind="src" path="solr/contrib/dataimporthandler-extras/src/java"/>
+  <classpathentry kind="src" path="solr/contrib/dataimporthandler-extras/src/test"/>
+  <classpathentry kind="src" path="solr/contrib/dataimporthandler-extras/src/test-files"/>
+  <classpathentry kind="src" path="solr/contrib/extraction/src/java"/>
+  <classpathentry kind="src" path="solr/contrib/extraction/src/test"/>
+  <classpathentry kind="src" path="solr/contrib/extraction/src/test-files"/>
+  <classpathentry kind="src" path="solr/contrib/langid/src/java"/>
+  <classpathentry kind="src" path="solr/contrib/langid/src/resources"/>
+  <classpathentry kind="src" path="solr/contrib/langid/src/test"/>
+  <classpathentry kind="src" path="solr/contrib/langid/src/test-files"/>
+  <classpathentry kind="src" path="solr/contrib/uima/src/java"/>
+  <classpathentry kind="src" path="solr/contrib/uima/src/resources"/>
+  <classpathentry kind="src" path="solr/contrib/uima/src/test"/>
+  <classpathentry kind="src" path="solr/contrib/uima/src/test-files"/>
+  <classpathentry kind="src" path="solr/contrib/velocity/src/java"/>
+  <classpathentry kind="src" path="solr/contrib/velocity/src/test"/>
+  <classpathentry kind="src" path="solr/contrib/velocity/src/test-files"/>
+  <classpathentry kind="lib" path="lucene/test-framework/lib/ant-1.8.2.jar"/>
+  <classpathentry kind="lib" path="lucene/test-framework/lib/junit-4.10.jar"/>
+  <classpathentry kind="lib" path="lucene/sandbox/lib/jakarta-regexp-1.4.jar"/>
+  <classpathentry kind="lib" path="lucene/analysis/icu/lib/icu4j-49.1.jar"/>
+  <classpathentry kind="lib" path="lucene/analysis/phonetic/lib/commons-codec-1.7.jar"/>
+  <classpathentry kind="lib" path="lucene/analysis/morfologik/lib/morfologik-fsa-1.5.3.jar"/>
+  <classpathentry kind="lib" path="lucene/analysis/morfologik/lib/morfologik-polish-1.5.3.jar"/>
+  <classpathentry kind="lib" path="lucene/analysis/morfologik/lib/morfologik-stemming-1.5.3.jar"/>
+  <classpathentry kind="lib" path="lucene/benchmark/lib/commons-compress-1.4.1.jar"/>
+  <classpathentry kind="lib" path="lucene/benchmark/lib/xercesImpl-2.9.1.jar"/>
+  <classpathentry kind="lib" path="lucene/benchmark/lib/nekohtml-1.9.15.jar"/>
+  <classpathentry kind="lib" path="solr/core/lib/commons-fileupload-1.2.1.jar"/>
+  <classpathentry kind="lib" path="solr/core/lib/commons-cli-1.2.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/httpclient-4.1.3.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/httpcore-4.1.4.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/httpmime-4.1.3.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/commons-io-2.1.jar"/>
+  <classpathentry kind="lib" path="solr/core/lib/commons-lang-2.6.jar"/>
+  <classpathentry kind="lib" path="solr/core/lib/easymock-2.2.jar"/>
+  <classpathentry kind="lib" path="solr/core/lib/guava-r05.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/jcl-over-slf4j-1.6.4.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/log4j-over-slf4j-1.6.4.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/slf4j-api-1.6.4.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/slf4j-jdk14-1.6.4.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/wstx-asl-3.2.7.jar"/>
+  <classpathentry kind="lib" path="solr/solrj/lib/zookeeper-3.3.6.jar"/>
   <classpathentry kind="lib" path="solr/example/lib/jetty-continuation-8.1.2.v20120308.jar"/>
   <classpathentry kind="lib" path="solr/example/lib/jetty-deploy-8.1.2.v20120308.jar"/>
   <classpathentry kind="lib" path="solr/example/lib/jetty-http-8.1.2.v20120308.jar"/>

Modified: lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template?rev=1386670&r1=1386669&r2=1386670&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template Mon Sep 17 15:48:13 2012
@@ -152,7 +152,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.6</version>
+        <version>1.7</version>
       </dependency>
       <dependency>
         <groupId>commons-cli</groupId>

Modified: lucene/dev/branches/branch_4x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/CHANGES.txt?rev=1386670&r1=1386669&r2=1386670&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Mon Sep 17 15:48:13 2012
@@ -154,6 +154,9 @@ Bug Fixes
   RAM, instead of checking the estimated size of the segment
   to decide whether to cache it. (Mike McCandless)
 
+* LUCENE-3720: fix memory-consumption issues with BeiderMorseFilter.
+  (Thomas Neidhart via Robert Muir)
+
 Optimizations
 
 * LUCENE-4322: Decrease lucene-core JAR size. The core JAR size had increased a

Modified: lucene/dev/branches/branch_4x/lucene/analysis/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/analysis/README.txt?rev=1386670&r1=1386669&r2=1386670&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/analysis/README.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/analysis/README.txt Mon Sep 17 15:48:13 2012
@@ -31,7 +31,7 @@ lucene-analyzers-morfologik-XX.jar
 lucene-analyzers-phonetic-XX.jar
   An add-on analysis library that provides phonetic encoders via Apache
   Commons-Codec. Note: this module depends on the commons-codec jar 
-  file (version >= 1.4)
+  file
   
 lucene-analyzers-smartcn-XX.jar
   An add-on analysis library that provides word segmentation for Simplified

Modified: lucene/dev/branches/branch_4x/lucene/analysis/phonetic/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/analysis/phonetic/build.xml?rev=1386670&r1=1386669&r2=1386670&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/analysis/phonetic/build.xml (original)
+++ lucene/dev/branches/branch_4x/lucene/analysis/phonetic/build.xml Mon Sep 17 15:48:13 2012
@@ -27,7 +27,7 @@
 
   <path id="classpath">
     <pathelement path="${analyzers-common.jar}"/>
-    <pathelement path="lib/commons-codec-1.6.jar"/>
+    <pathelement path="lib/commons-codec-1.7.jar"/>
     <path refid="base.classpath"/>
   </path>
 

Modified: lucene/dev/branches/branch_4x/lucene/analysis/phonetic/ivy.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/analysis/phonetic/ivy.xml?rev=1386670&r1=1386669&r2=1386670&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/analysis/phonetic/ivy.xml (original)
+++ lucene/dev/branches/branch_4x/lucene/analysis/phonetic/ivy.xml Mon Sep 17 15:48:13 2012
@@ -19,7 +19,7 @@
 <ivy-module version="2.0">
     <info organisation="org.apache.lucene" module="analyzers-phonetic"/>
     <dependencies>
-      <dependency org="commons-codec" name="commons-codec" rev="1.6" transitive="false"/>
+      <dependency org="commons-codec" name="commons-codec" rev="1.7" transitive="false"/>
       <exclude org="*" ext="*" matcher="regexp" type="${ivy.exclude.types}"/> 
     </dependencies>
 </ivy-module>

Modified: lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/BeiderMorseFilter.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/BeiderMorseFilter.java?rev=1386670&r1=1386669&r2=1386670&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/BeiderMorseFilter.java (original)
+++ lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/BeiderMorseFilter.java Mon Sep 17 15:48:13 2012
@@ -32,12 +32,6 @@ import org.apache.lucene.analysis.tokena
 
 /**
  * TokenFilter for Beider-Morse phonetic encoding.
- * <p>
- * <b><font color="red">
- * WARNING: some inputs can cause extremely high RAM usage! 
- * https://issues.apache.org/jira/browse/CODEC-132
- * </font></b>
- * </p>
  * @see BeiderMorseEncoder
  * @lucene.experimental
  */

Modified: lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/test/org/apache/lucene/analysis/phonetic/TestBeiderMorseFilter.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/test/org/apache/lucene/analysis/phonetic/TestBeiderMorseFilter.java?rev=1386670&r1=1386669&r2=1386670&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/test/org/apache/lucene/analysis/phonetic/TestBeiderMorseFilter.java (original)
+++ lucene/dev/branches/branch_4x/lucene/analysis/phonetic/src/test/org/apache/lucene/analysis/phonetic/TestBeiderMorseFilter.java Mon Sep 17 15:48:13 2012
@@ -88,8 +88,7 @@ public class TestBeiderMorseFilter exten
         new int[] { 4 },
         new int[] { 1 });
   }
-  
-  @Ignore("broken: causes OOM on some strings (https://issues.apache.org/jira/browse/CODEC-132)")
+
   public void testRandom() throws Exception {
     checkRandomData(random(), analyzer, 1000 * RANDOM_MULTIPLIER); 
   }

Modified: lucene/dev/branches/branch_4x/solr/core/ivy.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/core/ivy.xml?rev=1386670&r1=1386669&r2=1386670&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/core/ivy.xml (original)
+++ lucene/dev/branches/branch_4x/solr/core/ivy.xml Mon Sep 17 15:48:13 2012
@@ -20,7 +20,7 @@
     <info organisation="org.apache.solr" module="core"/>
 
     <dependencies>
-      <dependency org="commons-codec" name="commons-codec" rev="1.6" transitive="false"/>
+      <dependency org="commons-codec" name="commons-codec" rev="1.7" transitive="false"/>
       <dependency org="commons-fileupload" name="commons-fileupload" rev="1.2.1" transitive="false"/>
       <dependency org="commons-cli" name="commons-cli" rev="1.2" transitive="false"/>
       <dependency org="commons-lang" name="commons-lang" rev="2.6" transitive="false"/>