<?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>Comments on: Fulltext Indexing Wikipedia with Sphinx</title>
	<atom:link href="http://www.ralree.com/2007/09/15/fulltext-indexing-wikipedia-with-sphinx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com/2007/09/15/fulltext-indexing-wikipedia-with-sphinx/</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Mon, 09 Jan 2012 12:33:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hank</title>
		<link>http://www.ralree.com/2007/09/15/fulltext-indexing-wikipedia-with-sphinx/comment-page-1/#comment-927</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Sun, 16 Sep 2007 04:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/fulltext-indexing-wikipedia-with-sphinx#comment-927</guid>
		<description>@Andrew:
Thanks for responding so quickly.  I updated the post with my latest test using searchd per your suggestion.  You were very right - I can&#039;t believe the speed on this thing.  Thanks for building it.</description>
		<content:encoded><![CDATA[<p>@Andrew:<br />
Thanks for responding so quickly.  I updated the post with my latest test using searchd per your suggestion.  You were very right &#8211; I can&#8217;t believe the speed on this thing.  Thanks for building it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://www.ralree.com/2007/09/15/fulltext-indexing-wikipedia-with-sphinx/comment-page-1/#comment-930</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Sun, 16 Sep 2007 04:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/fulltext-indexing-wikipedia-with-sphinx#comment-930</guid>
		<description>@Paul:
Excellent plan!  Thanks for the credit.  I am pretty busy so I haven&#039;t had time to pursue this on my own, but I&#039;m glad you&#039;re up to the task.  Good luck!</description>
		<content:encoded><![CDATA[<p>@Paul:<br />
Excellent plan!  Thanks for the credit.  I am pretty busy so I haven&#8217;t had time to pursue this on my own, but I&#8217;m glad you&#8217;re up to the task.  Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Gerard</title>
		<link>http://www.ralree.com/2007/09/15/fulltext-indexing-wikipedia-with-sphinx/comment-page-1/#comment-925</link>
		<dc:creator>David Gerard</dc:creator>
		<pubDate>Sat, 15 Sep 2007 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/fulltext-indexing-wikipedia-with-sphinx#comment-925</guid>
		<description>If you can beat this into a MediaWiki extension, please put details on http://mediawiki.org/ and the mediawiki-l mailing list. The default MediaWiki MySQL full-text search is literally worse than useless; Wikimedia sites use a Lucene variant; more options would be most welcomed.</description>
		<content:encoded><![CDATA[<p>If you can beat this into a MediaWiki extension, please put details on <a href="http://mediawiki.org/" rel="nofollow">http://mediawiki.org/</a> and the mediawiki-l mailing list. The default MediaWiki MySQL full-text search is literally worse than useless; Wikimedia sites use a Lucene variant; more options would be most welcomed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Aksyonoff</title>
		<link>http://www.ralree.com/2007/09/15/fulltext-indexing-wikipedia-with-sphinx/comment-page-1/#comment-926</link>
		<dc:creator>Andrew Aksyonoff</dc:creator>
		<pubDate>Sat, 15 Sep 2007 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/fulltext-indexing-wikipedia-with-sphinx#comment-926</guid>
		<description>The actual search should be faster than that - CLI search has a lot of preload overhead which is not there in production mode when using searchd (which preloads data only once at startup) - especially when it warms up.</description>
		<content:encoded><![CDATA[<p>The actual search should be faster than that &#8211; CLI search has a lot of preload overhead which is not there in production mode when using searchd (which preloads data only once at startup) &#8211; especially when it warms up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Grinberg</title>
		<link>http://www.ralree.com/2007/09/15/fulltext-indexing-wikipedia-with-sphinx/comment-page-1/#comment-928</link>
		<dc:creator>Paul Grinberg</dc:creator>
		<pubDate>Sat, 15 Sep 2007 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/fulltext-indexing-wikipedia-with-sphinx#comment-928</guid>
		<description>Just to second an earlier post, a MediaWiki extension to enable full text searching with Sphinx would be excellent.</description>
		<content:encoded><![CDATA[<p>Just to second an earlier post, a MediaWiki extension to enable full text searching with Sphinx would be excellent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Grinberg</title>
		<link>http://www.ralree.com/2007/09/15/fulltext-indexing-wikipedia-with-sphinx/comment-page-1/#comment-929</link>
		<dc:creator>Paul Grinberg</dc:creator>
		<pubDate>Sat, 15 Sep 2007 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/fulltext-indexing-wikipedia-with-sphinx#comment-929</guid>
		<description>Just wanted to point out that I started work on integrating the Sphinx Search Engine into MediaWiki. See more at http://www.mediawiki.org/wiki/Extension:SphinxSearch .  I still have quite a ways, to go, so keep your eyes on that page.</description>
		<content:encoded><![CDATA[<p>Just wanted to point out that I started work on integrating the Sphinx Search Engine into MediaWiki. See more at <a href="http://www.mediawiki.org/wiki/Extension:SphinxSearch" rel="nofollow">http://www.mediawiki.org/wiki/Extension:SphinxSearch</a> .  I still have quite a ways, to go, so keep your eyes on that page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

