Hi!

On Jan 02, Shane Allen wrote:
> I checked the archives for this list and saw that in 2000 Sergei
> recommended changing GWS_IN_USE to GWS_IDF to disable the 50%
> weighting mechanism.
> 
> The MySQL manual, however says to change it from GWS_PROB to GWS_FREQ.
> 
> I'm inclined to go with the developer instead of documentation ;), but
> I'm wondering why the discrepancy?

It was developer who wrote documentation :-)

Discrepancy is, because I thought - from my head - that changing
GWS_IN_USE to GWS_IDF would be enough to disable the 50% threshold
(GWS_IDF should produce more adequate weighting than GWS_FREQ).

Then, it happened out that I was wrong :-)

MySQL-4.0.1 has boolean search engine built-in.
It does not have 50% threshold, and (as a bonus) is much faster.

Regards,
Sergei

-- 
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to