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 f6194a5 SOLR-13105: Update text inline tocs 10
f6194a5 is described below
commit f6194a53832ecb4c7534950b9e8a2f56db201bb1
Author: Joel Bernstein <jbernste@apache.org>
AuthorDate: Wed Sep 25 12:12:44 2019 -0400
SOLR-13105: Update text inline tocs 10
---
solr/solr-ref-guide/src/time-series.adoc | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/solr/solr-ref-guide/src/time-series.adoc b/solr/solr-ref-guide/src/time-series.adoc
index 00f0621..bf30d77 100644
--- a/solr/solr-ref-guide/src/time-series.adoc
+++ b/solr/solr-ref-guide/src/time-series.adoc
@@ -16,8 +16,16 @@
// specific language governing permissions and limitations
// under the License.
-This section of the user guide provides an overview of time series *aggregation*,
-*visualization*, *smoothing*, *differencing*, *anomaly detection*, *modeling* and *forecasting*.
+This section of the user guide provides an overview of some of the time series capabilities
available
+in Streaming Expressions and Math Expressions.
+
+<<Time Series Aggregation, Aggregation>> -
+<<Vectorizing the Time Series, Vectorization>> -
+<<Smoothing, Smoothing>> -
+<<Differencing, Differencing>> -
+<<Anomaly Detection, Anomaly Detection>> -
+<<Modeling, Modeling>> -
+<<Forecasting, Forecasting>>
== Time Series Aggregation
|