We've a client with a bunch of data we are going to be importing nightly into Find's Index, using POCO's to store data in Find (plain old C# objects, so not creating pages with the data).
My question is this: There is a button to allow re-indexing or clearing the index of Find, but if I'm going to be updating the index nightly, then if they hit "clear index" it wont be suitable for the site to not have data till the scheduled job does the import again that evening, having an 're-index' event would be very useful.
How have others dealt with storing POCO's and still allowing re-indexing to happen whenever the editor requires?