zend的lucene实现可以配置为使用mysql数据库而不是文件系统吗?
Zend 的 lucene 实现(或第三方插件)是否有一个选项可以让我将 lucene 字典放入 [MySQL] 数据库中?
我需要问的原因是数据库是我们两个独立的 Web 服务器的唯一公共资源。
Is there an option for Zend's lucene implementation (or a third-party plugin) that would allow me to put the lucene dictionary into a [MySQL] database?
The reason I need to ask is that the database is the only common resource for our two otherwise independent web servers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然有可以实现的接口,但我没有找到任何现成的插件。我们将切换到另一个实现,我目前正在评估 solr。
Although there are interfaces that could be implemented, I didn't find any readily available plugin. We will switch to another implementation, I'm currently evaluating solr.