vote up 3 vote down star
1

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?

flag

63% accept rate

1 Answer

vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.