如何对Lucene.Net进行负载均衡?

时间:2021-07-02 03:04:37

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

是否可以在多个进程/服务器之间对Lucene.NET索引进行负载均衡?

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?

由于Lucene.NET是基于文件的,因此可以对提供服务查询的服务器进行索引的简单文件复制(使用,即robocopy)吗?

1 个解决方案

#1


2  

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

是的,这是可能的,如果你真的只是阅读/搜索索引,这里没有问题。

#1


2  

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

是的,这是可能的,如果你真的只是阅读/搜索索引,这里没有问题。