<?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>Solutions, better &#187; MySQL</title>
	<atom:link href="http://sb2.info/best-solutions/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://sb2.info</link>
	<description>Developing better world</description>
	<lastBuildDate>Sat, 12 Dec 2009 02:12:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to implement full text search</title>
		<link>http://sb2.info/how-to-implement-full-text-search/</link>
		<comments>http://sb2.info/how-to-implement-full-text-search/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 06:19:37 +0000</pubDate>
		<dc:creator>Mr. Supplier</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[full-text]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://sb2.info/how-to-implement-full-text-search/</guid>
		<description><![CDATA[basics, content, database, full, full-text, howto, implementation, index, indexing, MySQL, search, sql, Sqlite, textBasic approach

tokenize into words
case folding
stemming (convert each word into its root form; porter stemmer very popular stemmer for English
remove stop words
for each word left create posting list per word 

Queries

OR queries do an intersection
AND queries do a union

Phrase Queries

Bad way: Do an [...]]]></description>
		<wfw:commentRss>http://sb2.info/how-to-implement-full-text-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best MySQL manager</title>
		<link>http://sb2.info/best-mysql-manager/</link>
		<comments>http://sb2.info/best-mysql-manager/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 15:00:47 +0000</pubDate>
		<dc:creator>Mr. Supplier</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools and Productivity]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://sb2.info/best-mysql-manager/</guid>
		<description><![CDATA[administration, database, development, management, MySQL, performance, serverLadies and Gentleman, let me introduce you the King of desktop database management software: EMS SQL Manager
EMS SQL Manager for MySQL is a ultra convenient high performance tool for MySQL Database Server administration and development. SQL Manager for MySQL works with any MySQL versions from 3 to 5 and [...]]]></description>
		<wfw:commentRss>http://sb2.info/best-mysql-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
