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 11:21:42 UTC

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

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 e7c7e19  SOLR-13105: Continued timeseries viz docs23
e7c7e19 is described below

commit e7c7e19ab0c735e7d9f6fd4b342e5db462716626
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Wed Aug 21 07:21:35 2019 -0400

    SOLR-13105: Continued timeseries viz docs23
---
 solr/solr-ref-guide/src/math-expressions.adoc | 2 +-
 solr/solr-ref-guide/src/time-series.adoc      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/math-expressions.adoc b/solr/solr-ref-guide/src/math-expressions.adoc
index 243d7bd..e6703a8 100644
--- a/solr/solr-ref-guide/src/math-expressions.adoc
+++ b/solr/solr-ref-guide/src/math-expressions.adoc
@@ -59,7 +59,7 @@ image::images/math-expressions/curve-fitting.png[]
 
 *<<curve-fitting.adoc#curve-fitting,Curve Fitting>>*: Polynomial, Harmonic and Gaussian curve fitting.
 
-*<<time-series.adoc#time-series,Time Series>>*: Time series aggregation, smoothing, differencing, anomaly detection and forecasting.
+*<<time-series.adoc#time-series,Time Series>>*: Time series aggregation, visualization, smoothing, differencing, anomaly detection and forecasting.
 
 *<<machine-learning.adoc#machine-learning,Machine Learning>>*: Functions used in machine learning.
 
diff --git a/solr/solr-ref-guide/src/time-series.adoc b/solr/solr-ref-guide/src/time-series.adoc
index 62243f5..0256e4d 100644
--- a/solr/solr-ref-guide/src/time-series.adoc
+++ b/solr/solr-ref-guide/src/time-series.adoc
@@ -17,7 +17,7 @@
 // under the License.
 
 This section of the user guide provides an overview of time series *aggregation*,
-*smoothing*, *differencing*, *anomaly detection*, *modeling* and *forecasting*.
+*visualization*, *smoothing*, *differencing*, *anomaly detection*, *modeling* and *forecasting*.
 
 == Time Series Aggregation