<?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"
	>
<channel>
	<title>Comments on: 注意：MySQL 全文检索不支持多字节</title>
	<atom:link href="http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 09 Jul 2008 04:10:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: yskin</title>
		<link>http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7408</link>
		<dc:creator>yskin</dc:creator>
		<pubDate>Sat, 16 Sep 2006 05:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7408</guid>
		<description>&lt;p&gt;嗯，是不支持。这个事也麻烦呀，中文的分词，Google和百度都没完全处理好呢。&lt;/p&gt;

&lt;p&gt;其实匹配搜索也不错呀，大不了搜索时自己在两个词中间加空格吗。我用的K2模版的搜索功能就做的不错。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>嗯，是不支持。这个事也麻烦呀，中文的分词，Google和百度都没完全处理好呢。</p>
<p>其实匹配搜索也不错呀，大不了搜索时自己在两个词中间加空格吗。我用的K2模版的搜索功能就做的不错。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BunnyQ</title>
		<link>http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7231</link>
		<dc:creator>BunnyQ</dc:creator>
		<pubDate>Wed, 13 Sep 2006 02:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7231</guid>
		<description>&lt;p&gt;需要替换mysql中的简单的单字符分词部分，换成一个比较好的中文分词模块，还要保证稳定性。这个一般的人力想做圆满还是挺难的。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>需要替换mysql中的简单的单字符分词部分，换成一个比较好的中文分词模块，还要保证稳定性。这个一般的人力想做圆满还是挺难的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iStef</title>
		<link>http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7021</link>
		<dc:creator>iStef</dc:creator>
		<pubDate>Wed, 06 Sep 2006 13:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7021</guid>
		<description>&lt;p&gt;to BunnyQ: 有道理呀，刚找了一下，好像有一个第三方出的支持中文全文搜索的 MySQL，据说不太稳定，不敢用也不想用&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>to BunnyQ: 有道理呀，刚找了一下，好像有一个第三方出的支持中文全文搜索的 MySQL，据说不太稳定，不敢用也不想用</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BunnyQ</title>
		<link>http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7018</link>
		<dc:creator>BunnyQ</dc:creator>
		<pubDate>Wed, 06 Sep 2006 12:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7018</guid>
		<description>&lt;p&gt;mysql全文检索一直就不支持多字节字符集的... 而且我觉着其实如果支持的话 大概现在已经有人写出可用的插件了呢.
因为牵扯中文分词问题 如果想支持也是挺困难的事 英文的话 分词只要按规定的停止符就可以了.
前几天使劲翻mysql的官方手册 蛮好的 当时也顺便试了试全文检索&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>mysql全文检索一直就不支持多字节字符集的&#8230; 而且我觉着其实如果支持的话 大概现在已经有人写出可用的插件了呢.<br />
因为牵扯中文分词问题 如果想支持也是挺困难的事 英文的话 分词只要按规定的停止符就可以了.<br />
前几天使劲翻mysql的官方手册 蛮好的 当时也顺便试了试全文检索</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ensench</title>
		<link>http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7017</link>
		<dc:creator>ensench</dc:creator>
		<pubDate>Wed, 06 Sep 2006 11:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.istef.info/2006/09/06/the-fulltext-match-of-mysql-does-not-support-multibyte-character/#comment-7017</guid>
		<description>&lt;p&gt;正想做这件事呢。看来不用做了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>正想做这件事呢。看来不用做了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
