Below is a typical set of commands to do a full text rebuild. Quite often, in an emergency you might need to do a MS Search Services restart. If the server is being hit by other resources, consider doing a incremental build
USE
GO
EXEC sp_fulltext_catalog '', 'rebuild'
GO
EXEC sp_fulltext_ca......