You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/08/21 01:30:46 UTC

[19/50] [abbrv] lucene-solr:jira/http2: Ref Guide: Small changes to math expressions descriptions

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/9cc0078a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9cc0078a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9cc0078a

Branch: refs/heads/jira/http2
Commit: 9cc0078af26a51bac5aae4f4ed9052ef3ceb9678
Parents: a059c94
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:14:49 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/9cc0078a/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.