Hi,
I want to use MySQL's full-text retrieval, but would need to optimize
it for my application.
It seems possible to switch between two term weighting schemes (IDF and
IDFP), is there any way have greater control over this?
More importantly, I will need to adjust the doent length
normalization, which is completely inadequate for my purpose. Is this
possible?
I will also need to adjust the stop-word list, reduce the minimum
length of indexed words, and remove the 50% frequency cutoff, all of
which seem to be nicely doented. No problems there, at least.
Thanks,
Jens...
Bookmarks