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/12/16 00:03:26 UTC

[lucene-solr] branch visual-guide updated: Visual Guide: Improve stats docs

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 19b317d  Visual Guide: Improve stats docs
19b317d is described below

commit 19b317d8ee3599aa0cd70e78d9a5276e172bd7d7
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Sun Dec 15 19:03:17 2019 -0500

    Visual Guide: Improve stats docs
---
 .../src/images/math-expressions/stats-table.png    | Bin 111191 -> 95499 bytes
 .../src/images/math-expressions/stats.png          | Bin 126246 -> 90922 bytes
 solr/solr-ref-guide/src/search-sample.adoc         |   4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/images/math-expressions/stats-table.png b/solr/solr-ref-guide/src/images/math-expressions/stats-table.png
index 0caaee2..3e830117 100644
Binary files a/solr/solr-ref-guide/src/images/math-expressions/stats-table.png and b/solr/solr-ref-guide/src/images/math-expressions/stats-table.png differ
diff --git a/solr/solr-ref-guide/src/images/math-expressions/stats.png b/solr/solr-ref-guide/src/images/math-expressions/stats.png
index 506a9c3..b0873b6 100644
Binary files a/solr/solr-ref-guide/src/images/math-expressions/stats.png and b/solr/solr-ref-guide/src/images/math-expressions/stats.png differ
diff --git a/solr/solr-ref-guide/src/search-sample.adoc b/solr/solr-ref-guide/src/search-sample.adoc
index 1db0a3a..23f0d70 100644
--- a/solr/solr-ref-guide/src/search-sample.adoc
+++ b/solr/solr-ref-guide/src/search-sample.adoc
@@ -163,9 +163,9 @@ over a result set and are displayed in a table:
 
 image::images/math-expressions/stats-table.png[]
 
-The `stats` function can also be visualized using the *Number* visualization which is
+The `stats` function can also be visualized using the *number* visualization which is
 used to highlight important numbers. The example below shows the `count(*)` aggregation
-displayed in the Number visualization:
+displayed in the number visualization:
 
 image::images/math-expressions/stats.png[]