epugh commented on code in PR #2657:
URL: https://github.com/apache/solr/pull/2657#discussion_r1734564695


##########
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/eval/OutliersEvaluator.java:
##########
@@ -97,13 +97,13 @@ public Object doWork(Object... values) throws IOException {
         double cumProb = d.cumulativeProbability(n.intValue());
         if (low >= 0 && cumProb <= low) {
           t.put("lowOutlierValue_d", n);
-          t.put("cumulativeProbablity_d", cumProb);
+          t.put("cumulativeProbability_d", cumProb);

Review Comment:
   Okay, going back and forth on this...   I am going to make a JIRA for this 
and track it as a breaking change, though I dont' think anyone uses it because 
it's not in the ref guide or the visual guide...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to