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 2018/03/12 17:54:09 UTC

lucene-solr:branch_7x: SOLR-11947: Remove place holder for lerp

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 7c0a00d1c -> 00a2f3f38


SOLR-11947: Remove place holder for lerp


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/00a2f3f3
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/00a2f3f3
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/00a2f3f3

Branch: refs/heads/branch_7x
Commit: 00a2f3f385cdd16528bec67c3be6d2879a5eb4e0
Parents: 7c0a00d
Author: Joel Bernstein <jb...@apache.org>
Authored: Mon Mar 12 13:53:58 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Mar 12 13:53:58 2018 -0400

----------------------------------------------------------------------
 solr/solr-ref-guide/src/stream-evaluator-reference.adoc | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/00a2f3f3/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/stream-evaluator-reference.adoc b/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
index 66548b4..60e826e 100644
--- a/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
+++ b/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
@@ -1182,8 +1182,6 @@ The `length` function returns the length of a numeric array.
 [source,text]
 length(numericArray)
 
-== lerp (TOD0)
-
 == loess
 
 The `leoss` function is a smoothing curve fitter which uses a https://en.wikipedia.org/wiki/Local_regression[local regression] algorithm.