mirror of https://github.com/apache/lucene.git
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:
parent
a6e4a5f894
commit
6d896b8287
|
@ -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 ==================
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue