Hi,
I finally found the real reason for my weight factor problems. The script
optimize.sh that I downloaded from your site contains the following:
# Re-create the table based on the crc-multi create file
$BINPATH/mysql -e "CREATE TABLE ndict$TABLE ( url_id int(11) DEFAULT '0'
NOT NULL, word_id int(11) DEFAULT '0' NOT NULL, intag tinyint(4)
DEFAULT '0' NOT NULL, KEY url_id$TABLE (url_id),
KEY word_id$TABLE (word_id) )" $DATANAME
However, the intag column seems to be an int(11) nowadays so somebody should
update the script and replace tinyint(4) with int(11).
kind regards,
Kristof Verniers
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]