You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by st...@apache.org on 2011/08/03 11:37:49 UTC

svn commit: r1153409 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/backwards/ lucene/backwards/src/test-framework/ lucene/backwards/src/test/ solr/ solr/contrib/clustering/ solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/ca...

Author: stanislaw
Date: Wed Aug  3 09:37:48 2011
New Revision: 1153409

URL: http://svn.apache.org/viewvc?rev=1153409&view=rev
Log:
SOLR-2692: merge r1153408 from trunk

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/backwards/   (props changed)
    lucene/dev/branches/branch_3x/lucene/backwards/src/test/   (props changed)
    lucene/dev/branches/branch_3x/lucene/backwards/src/test-framework/   (props changed)
    lucene/dev/branches/branch_3x/solr/   (props changed)
    lucene/dev/branches/branch_3x/solr/contrib/clustering/CHANGES.txt
    lucene/dev/branches/branch_3x/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/CarrotParams.java

Modified: lucene/dev/branches/branch_3x/solr/contrib/clustering/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/clustering/CHANGES.txt?rev=1153409&r1=1153408&r2=1153409&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/clustering/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/clustering/CHANGES.txt Wed Aug  3 09:37:48 2011
@@ -10,7 +10,8 @@ $Id$
 
 ================== Release 3.4.0-dev ==============
 
-(No Changes)
+SOLR-2692: Typo in param name fixed: "carrot.fragzise" changed to 
+  "carrot.fragSize" (Stanislaw Osinski).
 
 ================== Release 3.3.0 ==================
 

Modified: lucene/dev/branches/branch_3x/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/CarrotParams.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/CarrotParams.java?rev=1153409&r1=1153408&r2=1153409&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/CarrotParams.java (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/CarrotParams.java Wed Aug  3 09:37:48 2011
@@ -33,7 +33,7 @@ public interface CarrotParams {
   String PRODUCE_SUMMARY = CARROT_PREFIX + "produceSummary";
   String NUM_DESCRIPTIONS = CARROT_PREFIX + "numDescriptions";
   String OUTPUT_SUB_CLUSTERS = CARROT_PREFIX + "outputSubClusters";
-  String SUMMARY_FRAGSIZE = CARROT_PREFIX + "fragzise";
+  String SUMMARY_FRAGSIZE = CARROT_PREFIX + "fragSize";
 
   String LEXICAL_RESOURCES_DIR = CARROT_PREFIX + "lexicalResourcesDir";