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/16 14:13:12 UTC

[lucene-solr] branch visual-guide updated: Visual Guide: fix 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 a92cf0c  Visual Guide: fix typo
a92cf0c is described below

commit a92cf0c63c534bcb91d9e08ac31b197c9e1433ad
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Wed Oct 16 10:12:54 2019 -0400

    Visual Guide: fix 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 653c2ae..ebc0be6 100644
--- a/solr/solr-ref-guide/src/regression.adoc
+++ b/solr/solr-ref-guide/src/regression.adoc
@@ -30,7 +30,7 @@ between two random variables. Sample observations are provided with two
 numeric arrays. The first numeric array is the independent variable and
 the second array is the dependent variable.
 
-In the example below the `random` function selects 5000 random samples each containing
+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
 analysis on the two numeric arrays.