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/11/09 01:06:13 UTC

lucene-solr:master: SOLR-12913: Fix typo in User Guide

Repository: lucene-solr
Updated Branches:
  refs/heads/master dc6019c54 -> 780305cf4


SOLR-12913: Fix typo in User Guide


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

Branch: refs/heads/master
Commit: 780305cf44933db260ac7f0d4ed02e8cfc4691b9
Parents: dc6019c
Author: Joel Bernstein <jb...@apache.org>
Authored: Thu Nov 8 20:06:05 2018 -0500
Committer: Joel Bernstein <jb...@apache.org>
Committed: Thu Nov 8 20:06:05 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/vector-math.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/780305cf/solr/solr-ref-guide/src/vector-math.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/vector-math.adoc b/solr/solr-ref-guide/src/vector-math.adoc
index cb4ef1d..f820ac1 100644
--- a/solr/solr-ref-guide/src/vector-math.adoc
+++ b/solr/solr-ref-guide/src/vector-math.adoc
@@ -150,7 +150,7 @@ The example below shows the `lrtim` function trimming the first 2 elements of an
 
 [source,text]
 ----
-ltrim(array(0,1,2,3,4,5,6))
+ltrim(array(0,1,2,3,4,5,6), 2)
 ----
 
 When this expression is sent to the `/stream` handler it responds with: