You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2019/10/22 10:53:05 UTC

[lucene-solr] branch visual-guide updated: Visual Guide: Fix regression docs typo

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch visual-guide
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/visual-guide by this push:
     new 9b44b36  Visual Guide: Fix regression docs typo
9b44b36 is described below

commit 9b44b36d9e3dc9cbbfeaa19ae865be44f02dd1dc
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Oct 22 06:52:45 2019 -0400

    Visual Guide: Fix regression docs typo
---
 solr/solr-ref-guide/src/regression.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/regression.adoc b/solr/solr-ref-guide/src/regression.adoc
index ebc0be6..f0265c8 100644
--- a/solr/solr-ref-guide/src/regression.adoc
+++ b/solr/solr-ref-guide/src/regression.adoc
@@ -32,7 +32,7 @@ the second array is the dependent variable.
 
 In the example below the `random` function selects 50000 random samples each containing
 the fields `filesize_d` and `response_d`. The two fields are vectorized
-and stored in variables *`b`* and *`c`*. Then the `regress` function performs a regression
+and stored in variables *`x`* and *`y`*. Then the `regress` function performs a regression
 analysis on the two numeric arrays.
 
 The `regress` function returns a single tuple with the results of the regression