Yes you can do it using the readdb command line option of nutch, as shown below:
nutch readdb <index db> -pageurl <pageurl> where indexdb is the db folder in your index, and pageurl is the url you want to know details for. This will print out the next fetch date and other details too. See http://wiki.apache.org/nutch/CommandLineOptions for more command line options for Nutch. - Ravi On 2/22/06, Ilya Kasnacheev <[EMAIL PROTECTED]> wrote: > I need to refetch specific pages after they've changed. To know that, > I have to find out date when page in WebDB was fetched. How do I do > that? Is it possible at all? > > Page objects do not have such attribute... >