Is is possible to prevent swap after successful update?

As per the title, I’d like to run an update on the offline index for testing purposes, but don’t want it to swap to live view after completing.
Then I’d be able to test the crawling without the risk of affecting live searches.

The closest thing I can do in the Admin interface is to run the update, then as soon as it completes, quickly go to Start Advanced Update and swap live and offline view back again, and hope that nobody noticed!

Hi David,

You can add

swap=false

to your collection.cfg and this should prevent the swap from happening.

regards,
Peter

Great, thanks Peter, I didn’t expect such an easy solution!