SOLR-2692: Typo in clustering fragment size param name: carrot.fragzise should be carrot.fragSize

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1153408 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stanisław Osiński 2011-08-03 09:32:52 +00:00
parent a6e4a5f894
commit 6d896b8287
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,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 ==================

View File

@ -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";