<?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; Sqlite</title>
	<atom:link href="http://sb2.info/best-solutions/sqlite/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>Commercial and freeware Sqlite tools list</title>
		<link>http://sb2.info/commercial-and-freeware-sqlite-tools-list-2/</link>
		<comments>http://sb2.info/commercial-and-freeware-sqlite-tools-list-2/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 20:32:41 +0000</pubDate>
		<dc:creator>Mr. Supplier</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools and Productivity]]></category>

		<guid isPermaLink="false">http://sb2.info/commercial-and-freeware-sqlite-tools-list-2/</guid>
		<description><![CDATA[database sqlite desktop GUI explorer admin browser manager frontend navigator webadmin dbmanager Long list of sqlite database management applications. Listed software types: sqlite desktop, sqlite GUI, sqlite explorer, sqlite admin, sqlite browser, sqlite manager, sqlite frontend, sqlite navigator, sqlite web admin.

Active and Supported



W
					e
					b
W
					i
					n
L
					i
					n
O
						t
						h
						e
						r
Name
Description
Licence
					/
					Price
Trial



x
x
x
Sqliteman
The best developer&#8217;s and/or admin&#8217;s GUI tool for Sqlite3 in the world. No [...]]]></description>
		<wfw:commentRss>http://sb2.info/commercial-and-freeware-sqlite-tools-list-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
