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:08:26 UTC

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

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 8de4fb0  SOLR-13105: Inprove correlation docs 6
8de4fb0 is described below

commit 8de4fb02ac8931038974804d93921f276a316fb7
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Oct 8 09:08:19 2019 -0400

    SOLR-13105: Inprove correlation docs 6
---
 solr/solr-ref-guide/src/statistics.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/statistics.adoc b/solr/solr-ref-guide/src/statistics.adoc
index 2df24f8..3b020c0 100644
--- a/solr/solr-ref-guide/src/statistics.adoc
+++ b/solr/solr-ref-guide/src/statistics.adoc
@@ -391,7 +391,7 @@ of the matrix.
 The example below demonstrates the power of correlation matrices combined with 2 dimensional faceting.
 
 In this example the `facet2D` function is used to generate a two dimensional facet aggregation
-over the fields *complaint_type_s* field and *zip_s* from the *nyc311* complaints database.
+over the fields *complaint_type_s* and *zip_s* from the *nyc311* complaints database.
 The *top 20* complaint types and the *top 25* zip codes for each complaint type are aggregated.
 The result is a stream of tuples each containing fields *complaint_type_s*, *zip_s* and
 the count for the pair.