<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.dev001.net &#187; full-text</title>
	<atom:link href="http://blog.dev001.net/tag/full-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dev001.net</link>
	<description>Just another Web Developer's weblog</description>
	<lastBuildDate>Sun, 08 Aug 2010 07:19:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>2/3 myisam_suggest: an AutoComplete tool for MySQL fulltext indices</title>
		<link>http://blog.dev001.net/2009/01/myisam_suggest-an-autocomplete-tool-for-mysql-fulltext-indices/</link>
		<comments>http://blog.dev001.net/2009/01/myisam_suggest-an-autocomplete-tool-for-mysql-fulltext-indices/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 18:45:44 +0000</pubDate>
		<dc:creator>rfc2822</dc:creator>
				<category><![CDATA[Data Processing]]></category>
		<category><![CDATA[AutoComplete]]></category>
		<category><![CDATA[AutoSuggest]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[full-text]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[MyISAM]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.dev001.net/?p=10</guid>
		<description><![CDATA[As I&#8217;ve written in my previous post &#8220;1/3 Implementing an AutoSuggest feature using MySQL fulltext indices&#8221;, it&#8217;s possible to use the MySQL/MyISAM full-text index to extract search words for an AutoSuggest feature with great performance (because the index tree is used actually). This tool, called myisam_suggest, is my first implementation of this. Download Here: myisam_suggest.c [...]]]></description>
		<wfw:commentRss>http://blog.dev001.net/2009/01/myisam_suggest-an-autocomplete-tool-for-mysql-fulltext-indices/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
