Thanks Alan. I woke up just a little while ago worried about this and was going to fix it right away, so thank you for doing it already.
On Thu, May 10, 2018 at 3:33 AM <[email protected]> wrote: > Repository: lucene-solr > Updated Branches: > refs/heads/master e91d12099 -> b5021a665 > > > Fix precommit > > > Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo > Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/b5021a66 > Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/b5021a66 > Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/b5021a66 > > Branch: refs/heads/master > Commit: b5021a665831beef4de7f0fbe9c61d253cefe9dd > Parents: e91d120 > Author: Alan Woodward <[email protected]> > Authored: Thu May 10 09:14:10 2018 +0100 > Committer: Alan Woodward <[email protected]> > Committed: Thu May 10 09:32:39 2018 +0100 > > ---------------------------------------------------------------------- > solr/solr-ref-guide/src/dsp.adoc | 2 +- > solr/solr-ref-guide/src/math-expressions.adoc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b5021a66/solr/solr-ref-guide/src/dsp.adoc > ---------------------------------------------------------------------- > diff --git a/solr/solr-ref-guide/src/dsp.adoc > b/solr/solr-ref-guide/src/dsp.adoc > index 348030e..47ce430 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 > > > http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b5021a66/solr/solr-ref-guide/src/math-expressions.adoc > ---------------------------------------------------------------------- > diff --git a/solr/solr-ref-guide/src/math-expressions.adoc > b/solr/solr-ref-guide/src/math-expressions.adoc > index 7600e3b..d2b969b 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. > > == <<curve-fitting.adoc#curve-fitting,Curve Fitting>> > > -== <<dsp.adoc#digital-signal-processing, Digital Signal Processing>> > +== <<dsp.adoc#dsp,Digital Signal Processing>> > > == <<machine-learning.adoc#machine-learning,Machine Learning>> > >
