From b05d1f23cf274cadf7769710d1ae7580bfeb9d0c Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Thu, 21 Sep 2017 15:29:28 +0100 Subject: [PATCH] Fixed thw/the typo in ClassificationUpdateProcessorParams. --- .../update/processor/ClassificationUpdateProcessorParams.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/java/org/apache/solr/update/processor/ClassificationUpdateProcessorParams.java b/solr/core/src/java/org/apache/solr/update/processor/ClassificationUpdateProcessorParams.java index 536cec3f885..a830cf63c97 100644 --- a/solr/core/src/java/org/apache/solr/update/processor/ClassificationUpdateProcessorParams.java +++ b/solr/core/src/java/org/apache/solr/update/processor/ClassificationUpdateProcessorParams.java @@ -36,7 +36,7 @@ public class ClassificationUpdateProcessorParams { private int minDf; // knn specific - the minimum Document Frequency for considering a term - private int k; // knn specific - thw window of top results to evaluate, when assigning the class + private int k; // knn specific - the window of top results to evaluate, when assigning the class public String[] getInputFieldNames() { return inputFieldNames;