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 02:09:57 UTC

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

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 0aba419  SOLR-13105: Continued timeseries viz docs12
0aba419 is described below

commit 0aba419dea519525052fe564a860dab9657633b1
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Aug 20 22:09:51 2019 -0400

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

diff --git a/solr/solr-ref-guide/src/time-series.adoc b/solr/solr-ref-guide/src/time-series.adoc
index 3004d87..4e9ab75 100644
--- a/solr/solr-ref-guide/src/time-series.adoc
+++ b/solr/solr-ref-guide/src/time-series.adoc
@@ -89,7 +89,9 @@ Before a time series result can be smoothed or modeled the data will need to be
 The `col` function can be used
 to copy column of data from a list of tuples into an array.
 
-The expression below demonstrates the vectorization of the *date_dt* and *avg(close_d)* field.
+The expression below demonstrates the vectorization of the *date_dt* and *avg(close_d)* fields.
+The `zplot` function is then used to plot the months on the x axis and the average closing prices
+on the y axis.
 
 image::images/math-expressions/timeseries2.png[]