How do I load balance Lucene.Net?

[亡魂溺海] 提交于 2020-01-02 07:53:48

问题


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

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?


回答1:


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



来源:https://stackoverflow.com/questions/304934/how-do-i-load-balance-lucene-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!