posted 14 years ago
Sorry, Lucene in Action 2 only briefly touches on this [good] topic.
A single Lucene index can scale quite large, depending on your performance requirements.
Beyond that you'll have to break the index across multiple machines. Solr has support for this out of the box. Katta does as well.