I have a rather small collection of documents, and my own ASP-based controls for uploads and deletions. Documents do not often change either.
Whenever a new document is added, or a document is deleted, I would like to start the Zoom index module. It does not take that long to run and we would like the Zoom search to be "correct" upon any changes.
Short of having a re-index every 5 minutes or so, is there a way I can start the index programatically?
Whenever a new document is added, or a document is deleted, I would like to start the Zoom index module. It does not take that long to run and we would like the Zoom search to be "correct" upon any changes.
Short of having a re-index every 5 minutes or so, is there a way I can start the index programatically?
Comment