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/03 11:15:54 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Add csv viz

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 67784c3  SOLR-13105: Add csv viz
67784c3 is described below

commit 67784c37c460354f589873688ea6561c05edeb8d
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Sat Aug 3 07:15:32 2019 -0400

    SOLR-13105: Add csv viz
---
 .../solr-ref-guide/src/images/math-expressions/csv.png | Bin 0 -> 149359 bytes
 solr/solr-ref-guide/src/visualization.adoc             |   4 ++++
 2 files changed, 4 insertions(+)

diff --git a/solr/solr-ref-guide/src/images/math-expressions/csv.png b/solr/solr-ref-guide/src/images/math-expressions/csv.png
new file mode 100644
index 0000000..09bc986
Binary files /dev/null and b/solr/solr-ref-guide/src/images/math-expressions/csv.png differ
diff --git a/solr/solr-ref-guide/src/visualization.adoc b/solr/solr-ref-guide/src/visualization.adoc
index e88ab53..97c935d 100644
--- a/solr/solr-ref-guide/src/visualization.adoc
+++ b/solr/solr-ref-guide/src/visualization.adoc
@@ -83,6 +83,10 @@ image::images/math-expressions/convex.png[]
 
 image::images/math-expressions/sqlagg.png[]
 
+=== Visualizing CSV Files
+
+image::images/math-expressions/csv.png[]
+
 === Matrices and Heat Maps
 
 image::images/math-expressions/heat.png[]