發表新文章 回覆主題  [ 1 篇文章 ] 

討論區首頁 : 資訊專區 : PHP程式設計

發表人 內容
 文章主題 : 全文檢索功能 ON PHP
文章發表於 : 2009年 10月 4日, 20:21 
離線
系統管理員

註冊時間: 2009年 1月 14日, 06:05
文章: 1419
全文檢索功能 ON PHP.

而在文章後頭, 只加上了 MySQL FULLTEXT index 相關說明網頁.
===============連結=============
MySQL 4.1 Full-Text Search Functions
MySQL 5.0 Full-Text Search Functions
===============連結=============

在百思不得其解的情況下, 只好順著 MySQL 的相關連結查去.
看著看著, 終於在文章後頭看到了 "解答".
===============節錄=============
For example, although the word 「MySQL」 is present in every row of the articles table shown earlier, a search for the word produces no results:

mysql> SELECT * FROM articles
-> WHERE MATCH (title,body) AGAINST ('MySQL');
Empty set (0.00 sec)

The search result is empty because the word 「MySQL」 is present in at least 50% of the rows.
==中略==
Users who need to bypass the 50% limitation can use the boolean search mode
==============節錄完畢============


Back to top
 個人資料  
 
顯示文章 :  排序  
發表新文章 回覆主題  [ 1 篇文章 ] 

討論區首頁 : 資訊專區 : PHP程式設計


誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客


不能 在這個版面發表主題
不能 在這個版面回覆主題
不能 在這個版面編輯文章
不能 在這個版面刪除文章
不能 在這個版面上傳附加檔案

搜尋:
前往 :  
cron
Style by Midnight Phoenix & N.Design Studio
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
正體中文語系由 竹貓星球 維護製作