我正在使用 Railo 3.1 和 CFSearch,我想分布在多台机器上
我可以将 lucene 索引(每 5 分钟)同步到另一对盒子并运行相同的应用程序来进行搜索吗?
我对应用程序服务器集群不感兴趣。
Can I rsync lucene indexes (every 5mins) to another pair of boxes and run the same app just for search?
I'm not interested in doing App Server Clustering.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,这似乎不起作用。
cfsearch 不适用于复制的文件,也许它需要内存中的某些内容。
在每台机器上重建索引对我们来说已经足够了。
Well, it doesn't seem to work.
cfsearch didn't work with copied files, maybe it requires something in memory.
Rebuilding indexes on each individual machine is good enough for us.