solr/config/schema.xml in curation_concerns-0.12.0.pre4 vs solr/config/schema.xml in curation_concerns-0.12.0.pre5

- old
+ new

@@ -101,10 +101,10 @@ <!-- An alternative geospatial field type new to Solr 4. It supports multiValued and polygon shapes. For more information about this and other Spatial fields new to Solr 4, see: http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4 --> <fieldType name="location_rpt" class="solr.SpatialRecursivePrefixTreeFieldType" - geo="true" distErrPct="0.025" maxDistErr="0.000009" units="degrees" /> + geo="true" distErrPct="0.025" maxDistErr="0.000009" distanceUnits="degrees" /> <fieldType name="text" class="solr.TextField" omitNorms="false"> <analyzer> <tokenizer class="solr.ICUTokenizerFactory"/> <filter class="solr.ICUFoldingFilterFactory"/> <!-- NFKC, case folding, diacritics removed -->