MySQL Forums
Forum List  »  General

50% threshold (fulltext)
Posted by: Peter Witschi
Date: October 03, 2004 07:45AM

Hello there

It is possible to make the 50% threshold on the fulltext search configurable (on/off) over an variable, because then i have a good solution for a combined boolean and phrase search:

1. Make a boolean search with a limit like 1000
2. Put this in a temporary table with fulltext too
3. Make a phrase search in the temporary table

This would works fine and give a solution to make searchs by relevancy with a very good speed.

greets Peter from Switzerland

Options: ReplyQuote


Subject
Written By
Posted
50% threshold (fulltext)
October 03, 2004 07:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.