opencontent/ocmap-ls

Opencontent 地图

安装次数: 3,527

依赖项: 0

建议者: 0

安全性: 0

星级: 0

关注者: 2

分支: 1

开放问题: 0

语言:JavaScript

类型:ezpublish-legacy-extension

1.3 2020-01-19 01:32 UTC

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