Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
Use proper Period value in indexer.conf.
indexer will remove messages which do not
present on news server anymore automaticaly
during later reindexing.


Also you can do it using SQL:

SELECT rec_id FROM url WHERE last_mod_time<D

where D is unix timestamp (now minus expiration_period).

Then for each rec_id delete words from database, then
delete url from url table.




> Hi,
> 
> a second question: When spidering news in the database and creating indexes, we 
>assign a decay period with each news (time after which the news isn't relevant 
>anymore). 
> We're also deleting these news after the expiration time is met. What's the best way 
>to reflect this in mnogosearch? Is there an automated way or do i have to give dates 
>with each index entry and scan the db?
> 
> thanks
> 
> Pino

Reply: <http://www.mnogosearch.org/board/message.php?id=2344>

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

Reply via email to