[#114] Updates spatial search docs for Solr 5 compatibility
This commit is contained in:
parent
259333c6fa
commit
b9e8e70bfc
|
@ -125,9 +125,10 @@ details about the available options:
|
|||
<!-- ... -->
|
||||
<fieldType name="location_rpt" class="solr.SpatialRecursivePrefixTreeFieldType"
|
||||
spatialContextFactory="com.spatial4j.core.context.jts.JtsSpatialContextFactory"
|
||||
autoIndex="true"
|
||||
distErrPct="0.025"
|
||||
maxDistErr="0.000009"
|
||||
units="degrees" />
|
||||
distanceUnits="degrees" />
|
||||
</types>
|
||||
<fields>
|
||||
<!-- ... -->
|
||||
|
|
Loading…
Reference in New Issue