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/08/05 20:28:20 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Add text to loading page 4

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 85b9c6a  SOLR-13105: Add text to loading page 4
85b9c6a is described below

commit 85b9c6a62aac692176d685c8af72352d2e804514
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Mon Aug 5 16:28:10 2019 -0400

    SOLR-13105: Add text to loading page 4
---
 solr/solr-ref-guide/src/loading.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/solr/solr-ref-guide/src/loading.adoc b/solr/solr-ref-guide/src/loading.adoc
index 909859b..1405010 100644
--- a/solr/solr-ref-guide/src/loading.adoc
+++ b/solr/solr-ref-guide/src/loading.adoc
@@ -148,8 +148,17 @@ When this expression is sent to the `/stream` handler it responds with:
 
 == Visualizing
 
+Once that data has been parsed into tuples with `parseCSV` or `parseTSV` it can be
+visualized using Zeppelin-Solr.
+
+The example below shows the output of the `parseCSV` function visualized as a table.
+
 image::images/math-expressions/csvtable.png[]
 
+Columns from the table can then be visualized using one of Apache Zeppelins
+visualizations. The example below shows a scatter plot of the petal_length and petal_width
+grouped by species.
+
 image::images/math-expressions/csv.png[]
 
 == Transforming Data