You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2016/03/03 05:03:52 UTC

lucene-solr git commit: SOLR-8764: test schema-latest.xml spatial dist units should be kilometers (no test uses yet?)

Repository: lucene-solr
Updated Branches:
  refs/heads/master 569b6ca9c -> deb6a4907


SOLR-8764: test schema-latest.xml spatial dist units should be kilometers
(no test uses yet?)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/deb6a490
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/deb6a490
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/deb6a490

Branch: refs/heads/master
Commit: deb6a4907b19b6756aa83cf149564e1fd05fc34a
Parents: 569b6ca
Author: David Smiley <ds...@apache.org>
Authored: Wed Mar 2 23:03:44 2016 -0500
Committer: David Smiley <ds...@apache.org>
Committed: Wed Mar 2 23:03:44 2016 -0500

----------------------------------------------------------------------
 solr/core/src/test-files/solr/collection1/conf/schema_latest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/deb6a490/solr/core/src/test-files/solr/collection1/conf/schema_latest.xml
----------------------------------------------------------------------
diff --git a/solr/core/src/test-files/solr/collection1/conf/schema_latest.xml b/solr/core/src/test-files/solr/collection1/conf/schema_latest.xml
index 803d45e..ef82aa1 100644
--- a/solr/core/src/test-files/solr/collection1/conf/schema_latest.xml
+++ b/solr/core/src/test-files/solr/collection1/conf/schema_latest.xml
@@ -718,7 +718,7 @@
       http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4
     -->
     <fieldType name="location_rpt" class="solr.SpatialRecursivePrefixTreeFieldType"
-        geo="true" distErrPct="0.025" maxDistErr="0.000009" />
+        geo="true" distErrPct="0.025" maxDistErr="0.001" distanceUnits="kilometers" />
 
    <!-- Money/currency field type. See http://wiki.apache.org/solr/MoneyFieldType
         Parameters: