如何负载平衡Lucene.Net? [英] How do I load balance Lucene.Net?

查看:85
本文介绍了如何负载平衡Lucene.Net?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以在多个进程/服务器之间实现Lucene.NET索引的负载平衡?

Is it possible to load balance a Lucene.NET index across multiple processes / servers?

由于Lucene.NET是基于文件的,是否可以将索引的简单文件复制(使用robocopy)到服务查询的服务器上?

Since Lucene.NET is filebased is it possible to just make a simple filecopy (using i.e. robocopy) of the index to the servers serving queries?

推荐答案

是的,这是可能的,如果您真的只在读/搜索索引,那么这里没有问题.

Yes, this is possible, no problems to be expected here if you are really only reading / searching the index.

这篇关于如何负载平衡Lucene.Net?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆