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
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