Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> I want to index a block of url withing mnogo.url, so I set
>
> last_index_time=unix_timestamp()-3600,
> last_mod_time=unix_timestamp()-1800,
> next_index_time=unix_timestamp()
> and all status=209
>
> but when I run indexer(usu. -m -s 209), it doesnt seem to care about what the dates
>are, does anyone have the same situation where
> indexer seems to ignore the time values?
>
What do you mean it does not care about dates?
If you want to exclude some URLs from indexing using such way,
you have to set their next_index_time to something in the future,
for example a month:
next_index_time=unix_timestamp()+30*24*60*60
Reply: <http://search.mnogo.ru/board/message.php?id=2227>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]