Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
ManifoldCF 2.9.1
-
None
Description
Trying to avoid a full scan of all documents for a better efficiency with a large number of documents. I tried so many different setting for the Jobs but I couldn't accomplish that. Especially when the repository connector model is MODEL_ADD_CHANGE I was expecting the modified documents seeded should be re-indexed immediately similar to the new seeds but I found out it uses the re-crawl time as the scheduled time and it waits for the full scan to get re-indexed. I avoided full scan by setting the re-crawl interval to infinity but still, my modified documents seeds were not getting indexed. After digging into the code for quite good time. I did some modification to the JobManager and it worked for me. I would like to share the change with you for review so I opened this ticket.