Actually, the method you highlight simply sets the retry timing bounds for the document. The one that adds documents to the queue is addDocumentReference().
Chapter 7 of ManifoldCF in Action addresses this. Karl On Mon, Apr 4, 2011 at 5:46 PM, Fuad Efendi <f...@efendi.ca> wrote: > Hi, I can understand how WebCrawler or RSS connector dynamically add new > URLs to a task list… > > Is that something like > > activities.setDocumentScheduleBounds(urlValue, > defaultRescanTime, defaultRescanTime, null, null); > > > > In my specific case task simply stops… > > > > Thanks! > > > >