I'm having trouble migrating the geohash fields from my Solr 3.4 schema
to the Solr 4 schema.

this is the 3.4 type and class:
<fieldType name="geohash" class="solr2155.solr.schema.GeoHashField"
length="12"/>

is the below Solr 4 spatial type the right configuration to implement
data being stored in fields once using the "geohash" type and class in
the above solr 3.4 field type? 

<fieldType name="geohash"
class="solr.SpatialRecursivePrefixTreeFieldType"
geo="true" distErrPct="0.025" maxDistErr="0.000009" units="degrees"
prefixTree="geohash" />

is the units="degrees" degree decimal? example: 21.0345

 

Harley Powers Parks, GISP

Reply via email to