In most cases, people don't see performance degradation. This is particularly true if you use the JMS cluster mode.
In this approach, the indexing is done on a master without affecting your slaves. Slaves do answer queries very fast thanks to their local copy of the index and push changes to the master. The master does the indexing and on a regular basis (configurable), the new index is pushed to slaves.
I describes that in chapter 5 and 10.
But be sure to not pre-suppose you need optimization wo really trying. Premature optimization is the root of all evil