<?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: How does search work? Part III: Efficient clean_words() Function</title>
	<atom:link href="http://www.phpbbdoctor.com/blog/2007/02/01/how-does-search-work-part-iii-tuning-the-clean_words-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpbbdoctor.com/blog/2007/02/01/how-does-search-work-part-iii-tuning-the-clean_words-function/</link>
	<description>Your premium source for custom modification services for phpBB</description>
	<lastBuildDate>Wed, 11 Jan 2012 20:39:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.phpbbdoctor.com/blog/2007/02/01/how-does-search-work-part-iii-tuning-the-clean_words-function/comment-page-1/#comment-2650</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Wed, 30 Apr 2008 18:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=69#comment-2650</guid>
		<description>Hi, Oliver, welcome to my blog. :) The code that I wrote to rebuild the search index tables is best run with the board disabled as the first thing it does is truncate the tables and start fresh. If people were posting while the process were running, then the later posts would be already indexed when the program got to them. There are more sophisticated MODs on phpbb.com that might do a better job for you. Some of them tag posts as indexed or not, and some are designed to run via cron jobs rather than interactive php jobs.

On a very large board that would likely be a better solution.</description>
		<content:encoded><![CDATA[<p>Hi, Oliver, welcome to my blog. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The code that I wrote to rebuild the search index tables is best run with the board disabled as the first thing it does is truncate the tables and start fresh. If people were posting while the process were running, then the later posts would be already indexed when the program got to them. There are more sophisticated MODs on phpbb.com that might do a better job for you. Some of them tag posts as indexed or not, and some are designed to run via cron jobs rather than interactive php jobs.</p>
<p>On a very large board that would likely be a better solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.phpbbdoctor.com/blog/2007/02/01/how-does-search-work-part-iii-tuning-the-clean_words-function/comment-page-1/#comment-2649</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 29 Apr 2008 23:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/?p=69#comment-2649</guid>
		<description>Hi,

I have one big problem... I seem to have a really nasty search table in the moment with around 25 million entrys. I have a quad core with 8gb mem. and would like to rebuild the table but.....this is going to take for ever I guess? is there any way to do this somehow without the board must be disabled?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have one big problem&#8230; I seem to have a really nasty search table in the moment with around 25 million entrys. I have a quad core with 8gb mem. and would like to rebuild the table but&#8230;..this is going to take for ever I guess? is there any way to do this somehow without the board must be disabled?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

