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/10/06 18:38:35 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Inprove geometry docs 3

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 9dc318b  SOLR-13105: Inprove geometry docs 3
9dc318b is described below

commit 9dc318b17c56823a424f10fef7dfe6f9f8a76912
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Sun Oct 6 14:38:24 2019 -0400

    SOLR-13105: Inprove geometry docs 3
---
 solr/solr-ref-guide/src/computational-geometry.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/computational-geometry.adoc b/solr/solr-ref-guide/src/computational-geometry.adoc
index 8018a90..bb3f39d 100644
--- a/solr/solr-ref-guide/src/computational-geometry.adoc
+++ b/solr/solr-ref-guide/src/computational-geometry.adoc
@@ -33,7 +33,9 @@ can be applied to geometrically describe and visualize the convex hull.
 
 The `convexHull` function can be used to visualize a border around a
 set of 2D points. Border visualizations can be useful for understanding where data points are
-in relation to the border. In the examples below the `convexHull` is used
+in relation to the border.
+
+In the examples below the `convexHull` function is used
 to visualize a boarder for a set of latitude and longitude points of rat sightings in the nyc311
 complaints database. An investigation of the boarder around the rat sightings can be done
 to better understand how rats may be entering or exiting the specific region.