Solr 可以在 WKT 上执行地理空间搜索吗?
Solr 可以对其数据执行某些地理空间搜索。它可以索引 WKT 以执行这些地理空间搜索吗?
我不一定需要使用 WKT 字符串执行查询。我真正需要的是能够在我的 Solr 文档中提供 WKT 进行索引。
Solr can perform certain geo-spacial searches on its data. Can it index WKT in order to perform these geo-spacial searches?
I do not necessarily need to perform the query with a WKT string. What I do need is the ability to provide WKT in my Solr documents for indexing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,在 Lucene/Solr 4(主干,未正式发布)中,具有新的 Lucene 空间模块和 JTS 支持,可处理 WKT/多边形。 Solr 组件仍然悬而未决。您将在 Spatial4j.com 上看到对所有这些内容的一些参考,您必须自己进行一些挖掘关于它是如何完成的但它有效。 WKT/多边形尚不支持日期变更线和极点包裹。
Yes, in Lucene/Solr 4 (trunk, not officially released) with the new Lucene spatial module and JTS support, which handles the WKT / polygons. The Solr component of this is still pending. You'll see some reference to all this at Spatial4j.com You'll have to do a little digging yourself on how its done but it works. Dateline and pole wrap are not yet supported for WKT/polygons.