<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Purpose of search tables]]></title>
		<link>https://punbb.informer.com/forums/topic/3779/purpose-of-search-tables/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/3779/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Purpose of search tables.]]></description>
		<lastBuildDate>Sat, 04 Jun 2005 13:09:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/44832/#p44832</link>
			<description><![CDATA[<p>just empty the tables then use maintenance in admin to regenerate them</p>]]></description>
			<author><![CDATA[null@example.com (Connorhd)]]></author>
			<pubDate>Sat, 04 Jun 2005 13:09:23 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/44832/#p44832</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/44831/#p44831</link>
			<description><![CDATA[<p>I&#039;m currently transferring my forum from one database to another one. But the search_matches is quite big at the moment so I have some problems whith the transfer.</p><p>So is it &#039;ok&#039; to put some values in the table but not all of them?</p>]]></description>
			<author><![CDATA[null@example.com (VincentBroccoli)]]></author>
			<pubDate>Sat, 04 Jun 2005 12:54:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/44831/#p44831</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/14015/#p14015</link>
			<description><![CDATA[<div class="quotebox"><cite>Mediator wrote:</cite><blockquote><p>you could always cheat, and force the server to let you run it a long time....I use ini_set(&quot;max_execution_time&quot;,&quot;999999&quot;); all the time.....then again most people don&#039;t have a 12 gig mysql of md5 hashes, and their matching words</p></blockquote></div><p>Most hosts disable the ability to set the execution time during runtime. I think safe_mode even disables it.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Wed, 19 May 2004 09:11:08 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/14015/#p14015</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/14002/#p14002</link>
			<description><![CDATA[<p>you could always cheat, and force the server to let you run it a long time....I use ini_set(&quot;max_execution_time&quot;,&quot;999999&quot;); all the time.....then again most people don&#039;t have a 12 gig mysql of md5 hashes, and their matching words</p>]]></description>
			<author><![CDATA[null@example.com (Mediator)]]></author>
			<pubDate>Wed, 19 May 2004 01:51:29 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/14002/#p14002</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13979/#p13979</link>
			<description><![CDATA[<p>But the query to generate that list can take a very long time to execute. I recently ran it on the forum database at sweclockers.com and I believe it took over a minute. By then, the script has terminated.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Tue, 18 May 2004 15:05:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13979/#p13979</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13973/#p13973</link>
			<description><![CDATA[<p>Yes, that&#039;s an alternative. Though making changes to the stopword list would be greatly facilitated by having available a most-commonly-used wordlist generated from the forum database. If the forum administrator does not have access to a tool like phpmyadmin and isn&#039;t comfortable writing his/her own query script, there&#039;s no way of generating that commonly-used wordlist.</p>]]></description>
			<author><![CDATA[null@example.com (sleddog)]]></author>
			<pubDate>Tue, 18 May 2004 14:02:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13973/#p13973</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13962/#p13962</link>
			<description><![CDATA[<p>An alternative would be to just inform the administrator of the existence of the stopwords list and suggest that he/she review it and make any changes they feel suitable for that perticular forum.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Tue, 18 May 2004 12:20:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13962/#p13962</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13955/#p13955</link>
			<description><![CDATA[<p>I agree. &quot;Good&quot; and &quot;time&quot; might be very significant words depending on the forum context -- for example, in a forum about racing.</p><p>Thinking about this, it seems that what is or isn&#039;t a stopword is quite dependent on the nature of the forum. What is a stopword for one forum may not be for another.</p><p>Which suggests the idea of a script to allow forum administrators to customize his/her stopwords; either a standalone script or something incorporated into the admin panel. I&#039;d see it doing something like this:</p><p>1. On first run, briefly explain the concept of stopwords and why a forum administrator may want to customize the list;<br />2. On clicking a &quot;Next&quot; button, produce a list of common words (like the query above), except that the output would be loaded in a form, with each word a checkbox item;<br />3. The admin would checkmark some common words, and click a &quot;Add to stopword list&quot; button at page bottom.</p>]]></description>
			<author><![CDATA[null@example.com (sleddog)]]></author>
			<pubDate>Tue, 18 May 2004 10:16:35 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13955/#p13955</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13909/#p13909</link>
			<description><![CDATA[<p>sleddog: I&#039;ll revise the list for 1.2. Not sure all of those words are stopwords though. I&#039;m primarily thinking of &quot;good&quot; and &quot;time&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Mon, 17 May 2004 14:40:28 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13909/#p13909</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13899/#p13899</link>
			<description><![CDATA[<p>I few more candidate stopwords -- these appeared in my common words and are also included in the two lists above:</p><p>now well good time back still sure really</p>]]></description>
			<author><![CDATA[null@example.com (sleddog)]]></author>
			<pubDate>Mon, 17 May 2004 09:42:20 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13899/#p13899</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13896/#p13896</link>
			<description><![CDATA[<p>&quot;fucking&quot; is quite high on all forum word lists, it&#039;s remarkable how rude people on forums can get ... ah, fuck it! <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (mindplay)]]></author>
			<pubDate>Mon, 17 May 2004 08:16:23 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13896/#p13896</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13848/#p13848</link>
			<description><![CDATA[<p>Ah jesus......I am such a newb, never even noticed that function.....anyways here are the new results from the search</p><div class="codebox"><pre><code>word  hits  
good 5370 
now 5056 
think 5026 
work 4956 
well 4781 
need 4693 
post 4568 
help 4179 
time 3868 
ill 3745 
people 3676 
thats 3613 
new 3275 
try 3157 
doesnt 2859 
still 2849 
right 2823 
really 2712 
com 2709 
back 2702 
because 2697 
say 2598 
program 2572 
first 2542 
someone 2535 
made 2534 
works 2435 
sure 2381 
add 2357 
anyone 2337 
ive 2281 
name 2229 
nice 2143 
again 2127 
same 2095 
shit 2089 
banned 2074 
look 2056 
start 2040 
give 2027 
put 2014 
tell 2005 
using 1972 
working 1912 
yeah 1900 
wont 1880 
fucking 1870 
stuff 1824 
maybe 1823 
read 1804 
trying 1777 
change 1761 
used 1736 
done 1731 
site 1695 
says 1694 
man 1690 
fuck 1682 
anything 1674 
fix 1671 
msn 1636 
wrong 1633 
edit 1630 
while 1604 
better 1599 
little 1526 
problem 1525 
sorry 1454 
down 1431 
long 1422 
mean 1407 
found 1404 
mine 1403 
check 1402 
plz 1397 
already 1368 
few 1359 
might 1358 
free 1354 </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Mediator)]]></author>
			<pubDate>Sat, 15 May 2004 21:36:20 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13848/#p13848</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13817/#p13817</link>
			<description><![CDATA[<p>Mediator: Great. I see a few more words that could be added to the list in 1.2.</p><p>Frank H: You&#039;re correct :)</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Sat, 15 May 2004 10:30:52 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13817/#p13817</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13811/#p13811</link>
			<description><![CDATA[<p>wow, I see similarities ... <br />&#039;think&#039;, &#039;thats&#039; &amp; &#039;ill&#039; is very high for you too <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>hmm... no need to backup the search indexes ... as you can rebuild them in the forum admin panel, it takes time, but you have time for a cofeebreak (I did it myself after adding a few new stopwords). (I hope I&#039;m correct, othervise Rickard probably see this <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" />)</p>]]></description>
			<author><![CDATA[null@example.com (Frank H)]]></author>
			<pubDate>Sat, 15 May 2004 09:44:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13811/#p13811</guid>
		</item>
		<item>
			<title><![CDATA[Re: Purpose of search tables]]></title>
			<link>https://punbb.informer.com/forums/post/13802/#p13802</link>
			<description><![CDATA[<div class="codebox"><pre><code>word  hits  
script 1442
good 1437
well 1318
post 1315
now 1231
think 1199
people 1091
need 1067
work 1039
ill 972
thats 939
scar 937
help 894
time 866
new 838
rs2 812
com 787
try 782
back 737
still 709
right 701
say 693
someone 654
because 653
first 653
really 652
shit 629
made 621
give 598
add 593
sure 588
doesnt 588
name 583
program 554
nice 551
start 549
banned 547
fucking 546
works 541
scripts 536
anyone 523
fuck 500
msn 496
stuff 491
read 491
yeah 485
ive 482
again 481
look 480
wont 477</code></pre></div><p>Ok......well my forums has 3030 users and 76693 posts.....the results of the search where a bit scewed as I had to empty the search tables a few weeks ago as they where killing my backups.</p><p>Anyways......thats what I got</p>]]></description>
			<author><![CDATA[null@example.com (Mediator)]]></author>
			<pubDate>Sat, 15 May 2004 05:03:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/13802/#p13802</guid>
		</item>
	</channel>
</rss>
