<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：mysql 中文全文搜索</title>
	<atom:link href="http://hiei.yeax.com/archives_159.html/feed" rel="self" type="application/rss+xml" />
	<link>http://hiei.yeax.com/archives_159.html</link>
	<description>emule linux and so on..</description>
	<lastBuildDate>Tue, 17 Aug 2010 03:06:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：Min</title>
		<link>http://hiei.yeax.com/archives_159.html/comment-page-1#comment-8903</link>
		<dc:creator>Min</dc:creator>
		<pubDate>Sat, 31 May 2008 19:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://hiei.yeax.com/archives_159.html#comment-8903</guid>
		<description>windows怎么办...</description>
		<content:encoded><![CDATA[<p>windows怎么办&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Feed Search Engine - All Fresh Articles And News Are Here</title>
		<link>http://hiei.yeax.com/archives_159.html/comment-page-1#comment-7722</link>
		<dc:creator>Feed Search Engine - All Fresh Articles And News Are Here</dc:creator>
		<pubDate>Sun, 25 Nov 2007 19:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://hiei.yeax.com/archives_159.html#comment-7722</guid>
		<description>[...] mysql 中文全文搜索  花了周末整整两天时间和P牛一起合作，终于将漫游的论坛改为全文搜索了，个中辛苦不足为外人道也。 呵呵，其实开玩笑的。一切进行的都很顺利，最大的问题就是需要整理一个好用的词库。我们用了自带的中文词库，发现很不适合漫游使用，后来找了一个拼音加加的词库，一个google拼音的词库，一个搜狗拼音的词库，还有自己人肉整理了一些资料，终于弄了一个100万字的超大词库。 这个全文搜索程序很简单，核心sql 就一行 &#8220;select postid,threadid,title from search where match(title,pagetext) against(&#8217;关键词&#8217;)&#8221;。我这里采用的是双数据库方案，原来的论坛数据库不动，新安装了一个支持中文全文搜索的Mysql。在里面建立搜索专用数据库，自己写了个程序每天增量将帖子加到这个数据库上就好了。具体的实现可以参考 hightman 的网站。 http://myft.twomice.net/show_hdr.php?xname=ILBS301&amp;xpos=4&amp;dname= http://php.twomice.net/myft/s2.php    Sun, 22 Apr 2007 15:59:02 +0000 &#160;in&#160; Linux &#160;on&#160; 飞天的梦想 &#160;&#160;     http://hiei.yeax.com/archives_159.html &#160;-&#160;  Original Article [...]</description>
		<content:encoded><![CDATA[<p>[...] mysql 中文全文搜索  花了周末整整两天时间和P牛一起合作，终于将漫游的论坛改为全文搜索了，个中辛苦不足为外人道也。 呵呵，其实开玩笑的。一切进行的都很顺利，最大的问题就是需要整理一个好用的词库。我们用了自带的中文词库，发现很不适合漫游使用，后来找了一个拼音加加的词库，一个google拼音的词库，一个搜狗拼音的词库，还有自己人肉整理了一些资料，终于弄了一个100万字的超大词库。 这个全文搜索程序很简单，核心sql 就一行 &#8220;select postid,threadid,title from search where match(title,pagetext) against(&#8217;关键词&#8217;)&#8221;。我这里采用的是双数据库方案，原来的论坛数据库不动，新安装了一个支持中文全文搜索的Mysql。在里面建立搜索专用数据库，自己写了个程序每天增量将帖子加到这个数据库上就好了。具体的实现可以参考 hightman 的网站。 <a href="http://myft.twomice.net/show_hdr.php?xname=ILBS301&#38;xpos=4&#38;dname=" rel="nofollow">http://myft.twomice.net/show_hdr.php?xname=ILBS301&#38;xpos=4&#38;dname=</a> <a href="http://php.twomice.net/myft/s2.php" rel="nofollow">http://php.twomice.net/myft/s2.php</a>    Sun, 22 Apr 2007 15:59:02 +0000 &nbsp;in&nbsp; Linux &nbsp;on&nbsp; 飞天的梦想 &nbsp;&nbsp;     <a href="http://hiei.yeax.com/archives_159.html" rel="nofollow">http://hiei.yeax.com/archives_159.html</a> &nbsp;-&nbsp;  Original Article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小飞</title>
		<link>http://hiei.yeax.com/archives_159.html/comment-page-1#comment-7392</link>
		<dc:creator>小飞</dc:creator>
		<pubDate>Sun, 26 Aug 2007 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://hiei.yeax.com/archives_159.html#comment-7392</guid>
		<description>从4月22日开始就可以让普通用户搜索了啊 :)</description>
		<content:encoded><![CDATA[<p>从4月22日开始就可以让普通用户搜索了啊 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：lotya</title>
		<link>http://hiei.yeax.com/archives_159.html/comment-page-1#comment-7381</link>
		<dc:creator>lotya</dc:creator>
		<pubDate>Sat, 18 Aug 2007 13:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://hiei.yeax.com/archives_159.html#comment-7381</guid>
		<description>恭喜，还期待早日让普通用户能够再次使用搜索</description>
		<content:encoded><![CDATA[<p>恭喜，还期待早日让普通用户能够再次使用搜索</p>
]]></content:encoded>
	</item>
</channel>
</rss>
