用于从数据库搜索的搜索算法或工具

问题描述 投票:0回答:1

我有此数据库表:

Column       Type

source       text            
news_id      int(12)             
heading      text            
body         text        
source_url   tinytext
time         timestamp
news_pic     char(100) 
location     char(128)
tags         text
time_created timestamp
hits         int(10)

现在,我正在寻找一种算法或工具来对该表中包含新闻数据的关键字进行搜索。应该在新闻的标题,正文,标签和点击次数中搜索关键词,以取得最佳效果。

php mysql search search-engine
1个回答
3
投票

找不到答案

找不到答案

找不到答案

© www.soinside.com 2019 - 2024. All rights reserved.