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/08 13:18:00 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Inprove correlation docs 9

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

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


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new d18a637  SOLR-13105: Inprove correlation docs 9
d18a637 is described below

commit d18a6377b306aa9c5a3a015648ec6ef243cf80cc
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Oct 8 09:17:54 2019 -0400

    SOLR-13105: Inprove correlation docs 9
---
 solr/solr-ref-guide/src/statistics.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/solr-ref-guide/src/statistics.adoc b/solr/solr-ref-guide/src/statistics.adoc
index 0c95664..59cae987 100644
--- a/solr/solr-ref-guide/src/statistics.adoc
+++ b/solr/solr-ref-guide/src/statistics.adoc
@@ -400,9 +400,9 @@ The `pivot` function is then used to pivot the fields into a *matrix* with the *
 field as the *rows* and the *complaint_type_s* field as the *columns*. The `count(*)` field populates
 the values in the cells of the matrix.
 
-The `corr` function is then used correlate the *rows* of the matrix. This produces a correlation matrix
-shows how complaint types are correlated based on the zip codes they appear in. Another way to look at this
-is it shows which complaint types co-occur across zip codes.
+The `corr` function is then used correlate the *columns* of the matrix. This produces a correlation matrix
+that shows how complaint types are correlated based on the zip codes they appear in. Another way to look at this
+is it shows which complaint types tend to co-occur across zip codes.
 
 Finally the `zplot` function is used to plot the correlation matrix as a heat map.