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:05:44 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x b90dbd4b5 -> 6dcb01ccb


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


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

Branch: refs/heads/branch_6x
Commit: 6dcb01ccb4ec77a1cf2fa89155335ead689535c1
Parents: b90dbd4
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:05:37 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/6dcb01cc/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: