我有这个数据库表:
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)
现在我正在寻找一种算法或工具来在这个包含新闻数据的表中搜索关键字。关键字应在标题、正文、标签和新闻点击次数中搜索,以获得最佳结果。