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/27 01:58:57 UTC

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

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 9fac6a5  SOLR-13105: Add convexHull
9fac6a5 is described below

commit 9fac6a5dddabf3cbf631bd790aac7e2639130b93
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Wed Jun 26 21:58:37 2019 -0400

    SOLR-13105: Add convexHull
---
 .../src/images/math-expressions/convex.png             | Bin 0 -> 271089 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/convex.png b/solr/solr-ref-guide/src/images/math-expressions/convex.png
new file mode 100644
index 0000000..e832ad8
Binary files /dev/null and b/solr/solr-ref-guide/src/images/math-expressions/convex.png differ
diff --git a/solr/solr-ref-guide/src/visualization.adoc b/solr/solr-ref-guide/src/visualization.adoc
index 2e68ecd..8cfe192 100644
--- a/solr/solr-ref-guide/src/visualization.adoc
+++ b/solr/solr-ref-guide/src/visualization.adoc
@@ -67,6 +67,10 @@ image::images/math-expressions/sterms.png[]
 
 image::images/math-expressions/text-analytics.png[]
 
+=== Convex Hulls
+
+image::images/math-expressions/convex.png[]
+
 === Random Sampling & Scatter Plots
 
 image::images/math-expressions/xyscatter.png[]