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 2017/12/15 22:05:37 UTC

lucene-solr:master: SOLR-11742: Fix error

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9dee35f92 -> ca5e2a335


SOLR-11742: Fix error


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

Branch: refs/heads/master
Commit: ca5e2a335b3ec5d2fc9cd4bcdb79a87e1c86a3af
Parents: 9dee35f
Author: Joel Bernstein <jb...@apache.org>
Authored: Fri Dec 15 17:05:32 2017 -0500
Committer: Joel Bernstein <jb...@apache.org>
Committed: Fri Dec 15 17:05:32 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ca5e2a33/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 cf2544c..e38284e 100644
--- a/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
+++ b/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
@@ -1640,7 +1640,7 @@ eq(raw(fieldA), fieldA) // true if the value of fieldA equals the string "fieldA
 
 The `regress` function performs a simple regression of two numeric arrays.
 
-The result of this expression is also used by the `<<predict>>` and `<<residuals>>` functions.
+The result of this expression is also used by the `<<predict>>` function.
 
 === regress Parameters