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/08/15 14:18:09 UTC

lucene-solr:branch_7x: Ref Guide: Small changes to math expressions descriptions

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 8e75e68a8 -> e71bf9036


Ref Guide: Small changes to math expressions descriptions


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

Branch: refs/heads/branch_7x
Commit: e71bf9036016052a63c33bb21dabca3a270d6281
Parents: 8e75e68
Author: Joel Bernstein <jb...@apache.org>
Authored: Wed Aug 15 10:14:49 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Wed Aug 15 10:17:55 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e71bf903/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 b42a0c2..b526c20 100644
--- a/solr/solr-ref-guide/src/math-expressions.adoc
+++ b/solr/solr-ref-guide/src/math-expressions.adoc
@@ -30,11 +30,11 @@ and data structures and techniques for combining Solr's
 powerful streams with mathematical functions to make every
 record in your Solr Cloud cluster computable.
 
-*<<scalar-math.adoc#scalar-math,Scalar Math>>*: The simplest math expressions.
+*<<scalar-math.adoc#scalar-math,Scalar Math>>*: The functions that apply to scalar numbers.
 
 *<<vector-math.adoc#vector-math,Vector Math>>*: Vector math expressions and vector manipulation.
 
-*<<variables.adoc#variables,Variables>>*: Using variable expressions.
+*<<variables.adoc#variables,Variables>>*: Assigning and using variable.
 
 *<<matrix-math.adoc#matrix-math,Matrix Math>>*: Matrix creation, manipulation, and matrix math.