MySQL Forums
Forum List  »  Newbie

Re: Inconsistency in Mysql Full text Indexing
Posted by: Peter Brawley
Date: June 11, 2019 07:55PM

Your Match works for the 'sjc' substring, which follows a hyphen, but not for 'vapp', which has no such marker beside it. We overlooked the fact that In Natural Language Mode, Match() looks at words, not part-words.

See https://stackoverflow.com/questions/28278150/mysql-efficient-search-with-partial-word-match-and-relevancy-score-fulltext for using Match(0 to find part-words.



Edited 1 time(s). Last edit at 06/11/2019 08:24PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: Inconsistency in Mysql Full text Indexing
June 11, 2019 07:55PM


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.