25,000 レコードの mysql テーブル、MyIsam があります。全文検索クエリを実行しようとしましたが、うまくいかないこともあります。
select article_id from news_article where match(article_name,article_content) against(' (h.h h.hs) ' IN BOOLEAN MODE) order by article_date DESC
これがクエリです。article_name と記事のコンテンツに全文検索キーを設定しました。私のデータベースの「ft_min_word_len」は「3」です。