Hello, Fabrice
Unfortunately, ASPseek can not delete part of database.
Also you must not use MySQL directly, because if you delete some URLs from
database tables, they will remain in the reverse index and searchd will give
wrong results.
You can try to workaround this limitation:
1. Put statements "Disallow urlmask" to "aspseek.conf" (regular
expressions must be used here, example: Disallow ^http://www\.z\.com/)
2. Run "index -u urlmask1 -u urlmask2..." (SQL masks must be used here,
example: http://www.z.com/%)
However, we never tried to do it before.
----- Original Message -----
From: "fabrice valere" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 7:37 PM
Subject: [aseek-users] How can I clean some url my database?
> Hi everybody
>
> Does someone can tell me how can I remove some urls in the database
> correctly.
> Can I use directly Mysql ?
> What is the procedure ?
>
>
> [EMAIL PROTECTED]
>