Not sure about if this is goin to work but you can try it - if the table is not very big and it can be fitted in the db buffers (you can start the instance in "repaire" mode in the maintenance window with maximal db buffers), then ALTER TABLE ** CACHE, make some select with FTS, and then validate the index - if the table is cached, I think the validation of the index will be fast.