Hi Anand, I have created a Jira [0] for this. It wont be a additional column. Just like in 1.x, this will increment the current time with the days specified. To use the patch, checkout 2.x branch [1], apply the patch attached in the jira and run "ant". To run in local (deploy) mode, run from runtime/local (runtime/deploy). If you are using the crawl script, you will need to change the value in the script. Please let me know how it works.
[0] : https://issues.apache.org/jira/browse/NUTCH-1542 [1] : https://svn.apache.org/repos/asf/nutch/branches/2.x Thanks, Tejas Patil On Wed, Mar 6, 2013 at 8:37 PM, Anand Bhagwat <[email protected]> wrote: > Does it mean an extra column to hold additional days? > > -Anand. > > On 7 March 2013 10:03, Tejas Patil <[email protected]> wrote: > > > You are right. The 2.x generator job doesnt have that param. I wonder why > > it was not ported from 1.x to 2.x. The fix will be a 3 line change. > > > > Thanks, > > Tejas Patil > > > > On Wed, Mar 6, 2013 at 7:54 PM, Anand Bhagwat <[email protected]> > > wrote: > > > > > I think for Nutch 2.1 its not using that parameter. I checked the > source > > > code as well. > > > > > > -Anand. > > > > > > On 6 March 2013 22:48, Tejas Patil <[email protected]> wrote: > > > > > > > I think that the -addDays param of the generator command [0] can help > > you > > > > here. For using it, you will have to run nutch using individual > > commands > > > > and not the crawl command. > > > > > > > > [0] : http://wiki.apache.org/nutch/bin/nutch_generate > > > > > > > > On Wed, Mar 6, 2013 at 2:22 AM, Anand Bhagwat <[email protected] > > > > > > wrote: > > > > > > > > > Hi, > > > > > Typically for any fetch the next fetch time is defined by > > FetchSchedule > > > > > policy. Is it possible to do a force fetch irrespective of next > fetch > > > > time? > > > > > > > > > > Regards, > > > > > Anand. > > > > > > > > > > > > > > >

