Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I load balance Lucene.Net?

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?

like image 609
kerbou Avatar asked Nov 18 '25 21:11

kerbou


1 Answers

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

like image 77
Stefan Schultze Avatar answered Nov 20 '25 15:11

Stefan Schultze