From b5021a665831beef4de7f0fbe9c61d253cefe9dd Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Thu, 10 May 2018 09:14:10 +0100 Subject: [PATCH] Fix precommit --- solr/solr-ref-guide/src/dsp.adoc | 2 +- solr/solr-ref-guide/src/math-expressions.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/solr-ref-guide/src/dsp.adoc b/solr/solr-ref-guide/src/dsp.adoc index 348030e8ac1..47ce43013ba 100644 --- a/solr/solr-ref-guide/src/dsp.adoc +++ b/solr/solr-ref-guide/src/dsp.adoc @@ -280,7 +280,7 @@ the second vector and sliding it across the first vector. The *dot product* of t is calculated at each point as the second vector is slid across the first vector. The dot products are collected in a *third vector* which is the *convolution* of the two vectors. -=== Moving Average +=== Moving Average function Before looking at an example of convolution its useful to review the `movingAvg` function. The moving average function computes a moving average by sliding a window across a vector and computing diff --git a/solr/solr-ref-guide/src/math-expressions.adoc b/solr/solr-ref-guide/src/math-expressions.adoc index 7600e3bb047..d2b969b5536 100644 --- a/solr/solr-ref-guide/src/math-expressions.adoc +++ b/solr/solr-ref-guide/src/math-expressions.adoc @@ -56,6 +56,6 @@ record in your Solr Cloud cluster computable. == <> -== <> +== <> == <>