You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/09/17 10:09:15 UTC

[30/44] lucene-solr:jira/solr-12709: Fix num[u]eric typo in stream-evaluator-reference.adoc file.

Fix num[u]eric typo in stream-evaluator-reference.adoc file.


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

Branch: refs/heads/jira/solr-12709
Commit: 41e972ee8ac8a47a75b8032e95125bd4d0428c47
Parents: b32dcbb
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Sep 12 22:30:01 2018 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Sep 12 22:30:01 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/41e972ee/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 e9dce5d..a88915f 100644
--- a/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
+++ b/solr/solr-ref-guide/src/stream-evaluator-reference.adoc
@@ -594,8 +594,8 @@ OR
 === distance Syntax
 
 [source,text]
-distance(numericArray1, numuericArray2) // Computes the euclidean distance for two numeric arrays.
-distance(numericArray1, numuericArray2, type=manhattan) // Computes the manhattan distance for two numeric arrays.
+distance(numericArray1, numericArray2) // Computes the euclidean distance for two numeric arrays.
+distance(numericArray1, numericArray2, type=manhattan) // Computes the manhattan distance for two numeric arrays.
 distance(matrix) // Computes the euclidean distance matrix for a matrix.
 distance(matrix, type=canberra) // Computes the canberra distance matrix for a matrix.