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/06 12:53:22 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Start gallery page

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 d946bc6  SOLR-13105: Start gallery page
d946bc6 is described below

commit d946bc6bbbf79058da5919fa1391777b9d53e002
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Thu Jun 6 08:52:42 2019 -0400

    SOLR-13105: Start gallery page
---
 .../src/images/math-expressions/monte-carlo.png    | Bin 0 -> 154103 bytes
 solr/solr-ref-guide/src/math-expressions.adoc      |   2 +-
 solr/solr-ref-guide/src/visualization.adoc         |  36 +++++++++++++++++++++
 3 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/images/math-expressions/monte-carlo.png b/solr/solr-ref-guide/src/images/math-expressions/monte-carlo.png
new file mode 100644
index 0000000..a507da1
Binary files /dev/null and b/solr/solr-ref-guide/src/images/math-expressions/monte-carlo.png differ
diff --git a/solr/solr-ref-guide/src/math-expressions.adoc b/solr/solr-ref-guide/src/math-expressions.adoc
index e1857e2..101f1d5 100644
--- a/solr/solr-ref-guide/src/math-expressions.adoc
+++ b/solr/solr-ref-guide/src/math-expressions.adoc
@@ -25,7 +25,7 @@ image::images/math-expressions/curve-fitting.png[]
 
 == Table of Contents
 
-*<<visualization.adoc#visualization,Visualization>>*: Visualizing Streaming Expressions and Math Expressions.
+*<<visualization.adoc#visualization,Visualization>>*: Gallery and introduction to visualizing Streaming Expressions and Math Expressions.
 
 *<<scalar-math.adoc#scalar-math,Scalar Math>>*: The functions that apply to scalar numbers.
 
diff --git a/solr/solr-ref-guide/src/visualization.adoc b/solr/solr-ref-guide/src/visualization.adoc
index a3f1a65..513aee0 100644
--- a/solr/solr-ref-guide/src/visualization.adoc
+++ b/solr/solr-ref-guide/src/visualization.adoc
@@ -17,3 +17,39 @@
 // under the License.
 
 
+== Gallery
+
+=== Monte Carlo Simulations
+
+image::images/math-expressions/monte-carlo.png[]
+
+=== Probability Distributions
+
+=== Time Series
+
+=== XY Scatter Plots
+
+=== XY Vector Plots
+
+=== Aggregations
+
+=== Matrices
+
+=== Linear Regression
+
+=== Knn Regression
+
+=== Curve Fitting
+
+=== Interpolation
+
+=== Sine Waves and Derivatives
+
+=== Fourier Transforms
+
+=== Convolution
+
+=== Mapping
+
+
+== Apache Zeppelin / Zeppelin-Solr Interpreter