Re: Full text search algorithm

2001-09-14 Thread Sergei Golubchik
Hi! On Sep 10, [EMAIL PROTECTED] wrote: > Where can I find a description of the algorithm that mysql uses for > weighting results from a full text search? in the source myisam/ftdefs.h > Is there a way to provide some user specified criteria to alter the > weighting? (i.e. a callback mechanis

Full text search algorithm

2001-09-10 Thread dsuna
Where can I find a description of the algorithm that mysql uses for weighting results from a full text search? Is there a way to provide some user specified criteria to alter the weighting? (i.e. a callback mechanism) Is there a way to get back the weights assigned to each row returned? Is t