Efficient Indexing
Hi,
I have written an application where users can search for keywords within a set of documents in a directory. Users can also upload documents. My current implementation is such that whenever a user uploads a document, I am reindexing (<cfindex action="update" ... >) and this is takes a lot of time and user has to wait a while before the action is completed.
Can I make this re-indexing happen at the background OR is there any other way to not make the user wait a long time before his form is submitted?
Thanks
Nikhil
