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/08/21 01:43:23 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Continued timeseries viz docs8

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 110ec15  SOLR-13105: Continued timeseries viz docs8
110ec15 is described below

commit 110ec156ea3f8fb493a07108d6434388af3e8565
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Aug 20 21:43:16 2019 -0400

    SOLR-13105: Continued timeseries viz docs8
---
 solr/solr-ref-guide/src/time-series.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/time-series.adoc b/solr/solr-ref-guide/src/time-series.adoc
index 84a85ca..2294f73 100644
--- a/solr/solr-ref-guide/src/time-series.adoc
+++ b/solr/solr-ref-guide/src/time-series.adoc
@@ -87,11 +87,11 @@ image::images/math-expressions/timeseries1.png[]
 
 Before a time series result can be operated on by math expressions
  the data will need to be vectorized. Specifically
-in the example above, the aggregation field avg(close_d) will need to by moved into an array.
+in the example above, the aggregation field *avg(close_d)* will need to by moved into an array.
 As described in the Streams and Vectorization section of the user guide, the `col` function can be used
 to copy a numeric column from a list of tuples into an array.
 
-The expression below demonstrates the vectorization of the count(*) field.
+The expression below demonstrates the vectorization of the *avg(close_d)* field.
 
 image::images/math-expressions/timeseries2.png[]