3

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?

Mitch Wheat
  • 295,962
  • 43
  • 465
  • 541
flowerpowerdad
  • 1,247
  • 1
  • 9
  • 17

1 Answers1

2

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

Stefan Schultze
  • 9,240
  • 6
  • 35
  • 42