opencontent / ocmap-ls
Opencontent 地图
1.3
2020-01-19 01:32 UTC
Requires
This package is auto-updated.
Last update: 2024-09-09 20:29:44 UTC
README
启用地图搜索
检查是否存在库 spatial4j-0.4.1.jar
在 solr 的 schema.xml
中的 types
部分添加
<fieldType name="location_rpt" class="solr.SpatialRecursivePrefixTreeFieldType"
spatialContextFactory="com.spatial4j.core.context.jts.JtsSpatialContextFactory"
distErrPct="0.025"
maxDistErr="0.000009"
units="degrees"
/>
在 solr 的 schema.xml
中的 fields
部分添加
<dynamicField name="*_rpt" type="location_rpt" indexed="true" stored="true" multiValued="true"/>
<dynamicField name="*____rpt" type="location_rpt" indexed="true" stored="true" multiValued="true"/>
在 ezfind.ini
中添加
[SolrFieldMapSettings]
CustomMap[ocdrawmap]=ocSolrDocumentFieldOCDrawMap
DatatypeMap[ocdrawmap]=location_rpt