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 2019/06/10 11:53:12 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Add multiple time lines

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch SOLR-13105-visual
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new 0a75c8a  SOLR-13105: Add multiple time lines
0a75c8a is described below

commit 0a75c8af22ba48cb62fcad40d42735cd3f3d6b17
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Mon Jun 10 07:52:57 2019 -0400

    SOLR-13105: Add multiple time lines
---
 .../src/images/math-expressions/multitime1.png         | Bin 0 -> 317820 bytes
 solr/solr-ref-guide/src/math-start.adoc                |  11 +++--------
 solr/solr-ref-guide/src/visualization.adoc             |   4 ++++
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/solr/solr-ref-guide/src/images/math-expressions/multitime1.png b/solr/solr-ref-guide/src/images/math-expressions/multitime1.png
new file mode 100644
index 0000000..a103cfe
Binary files /dev/null and b/solr/solr-ref-guide/src/images/math-expressions/multitime1.png differ
diff --git a/solr/solr-ref-guide/src/math-start.adoc b/solr/solr-ref-guide/src/math-start.adoc
index 63b47b8..5b8caea 100644
--- a/solr/solr-ref-guide/src/math-start.adoc
+++ b/solr/solr-ref-guide/src/math-start.adoc
@@ -17,7 +17,7 @@
 // under the License.
 
 
-== Language Notes
+== Language
 
 *Streaming Expressions* and *Math Expressions* are expression languages that run
 inside Solr Cloud. The languages consist of function expressions that are designed
@@ -34,8 +34,7 @@ arrays and matrices. Many of the Math Expressions are designed to work on arrays
 to perform *statistical* and mathematical operations.
 
 
-
-== Executing Streaming Expressions and Math Expressions
+== Execution
 
 Solr's /stream handler excutes Streaming Expressions and Math Expressions. The easiest way
 to run Streaming Expressions and Math expressions is through the *stream* panel on the Solr admin
@@ -47,7 +46,7 @@ A sample *search* Streaming Expression is shown in the screenshot below:
 image::images/math-expressions/search.png[]
 
 
-A sample *add* Streaming Expression is shown in the screenshot below:
+A sample *add* Math Expression is shown in the screenshot below:
 
 
 image::images/math-expressions/add.png[]
@@ -69,7 +68,3 @@ image::images/math-expressions/zepconf.png[]
 
 
 
-
-
-
-
diff --git a/solr/solr-ref-guide/src/visualization.adoc b/solr/solr-ref-guide/src/visualization.adoc
index e672c6f..22f7824 100644
--- a/solr/solr-ref-guide/src/visualization.adoc
+++ b/solr/solr-ref-guide/src/visualization.adoc
@@ -44,6 +44,10 @@ image::images/math-expressions/timeseries.png[]
 
 image::images/math-expressions/trend.png[]
 
+=== Multiple Time Lines
+
+image::images/math-expressions/multitime1.png[]
+
 === Mapping
 
 image::images/math-expressions/map.png[]