José M. Larre wrote:

> Hi,
>  
> 
> 1)when i index, can i index only the urls of a determined date or must i 
> index all of them independently of the date?


No. indexer has no limits by date.


> 2) If i have to index all, can i clean after the urls of a determined date?
> 


It is possible using a dirty hack.

index all pages. Then go to database and run
something like this:

UPDATE url
   SET status=1
WHERE
   last_mod_time>=date1
AND
   last_mod_time<=date2


Then run

indexer -Cw -s1

   to remove all pages with status 1.


___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to