Re: UdmSearch: Problems with crc32 in php3 frontend

2000-10-14 Thread Shane Wegner
e latest version of udmsearch-php at > http://search.mnogo.ru Does the 3.1.x series of UDMSearch-php not corespond to the 3.1.x (developement) release of UDMSearch itself? Shane -- Shane Wegner: [EMAIL PROTECTED] http://www.cm.nu/~shane/ PGP: 1024D/FFE3035D

UdmSearch: Problems with crc32 in php3 frontend

2000-10-14 Thread Shane Wegner
. Are they compatable and can I just pull the one out of crc32.inc? Cheers, Shane -- Shane Wegner: [EMAIL PROTECTED] http://www.cm.nu/~shane/ PGP: 1024D/FFE3035D A0ED DAC4 77EC D674 5487 5B5C 4F89 9A4E FFE3 035D __ If you want to

Re: UdmSearch: Question: way to compile for more performance

2000-10-11 Thread Shane Wegner
ease those values. The settings depend on several things including how much memory you have in your machine and how much of that you are willing to dedicate to MySQL. Shane -- Shane Wegner: [EMAIL PROTECTED] http://www.cm.nu/~shane/ PGP: 1024D/FFE3035D A0ED DAC

Re: UdmSearch: Question: way to compile for more performance

2000-10-10 Thread Shane Wegner
and see how quickly it sends queries to the SQL engines. I find it's hard to measure performance with three indexers running and limit to a single process. You can use that extra ram and allocate it to MySQL. Shane -- Shane Wegner: [EMAIL PROTECTED] http://www.cm.nu/~s

Re: UdmSearch: Question: way to compile for more performance

2000-10-08 Thread Shane Wegner
taneously? Well there may be gcc options which could improve your performance. The various -m options come to mind but from my work with UDMSearch, it's pretty fast and is generally the database which is the bottleneck. Cheers, Shane -- Shane Wegner: [EMAIL PROTECTED]

UdmSearch: Possible MySQL optimizations

2000-09-18 Thread Shane Wegner
ave huge performance increases but ymmv. I am by no means a MySQL guru so I'd be interested in whether you think it would bring any gains. Cheers, Shane -- Shane Wegner: [EMAIL PROTECTED] http://www.cm.nu/~shane/ PGP: 1024D/FFE3035D A0ED DAC4 77EC D674 5487

Re: UdmSearch: Added new stopwords

2000-09-06 Thread Shane Wegner
way to do it automatically. If you are familiar with PERL and DBI, it is trivial to write a script to do either the dict or ndict tables. You could probably even do it in shell if you were so inclined. Cheers, Shane -- Shane Wegner: [EMAIL PROTECTED] Personal website: http://www.cm.nu/~shane/ ___

Re: UdmSearch: Stopwords

2000-09-06 Thread Shane Wegner
On Wed, Sep 06, 2000 at 05:46:03PM +0500, Alexander Barkov wrote: > Shane Wegner wrote: > > > > How would you recommend cutting this down a bit? Adding all 26 single > > characters to stopwords or putting a few checks in the code. Can anyone see > > any use in ind

UdmSearch: Another stopwords list

2000-09-03 Thread Shane Wegner
TO stopword (word, lang) VALUES ('sufficiently','en'); INSERT INTO stopword (word, lang) VALUES ('suggest','en'); INSERT INTO stopword (word, lang) VALUES ('t','en'); INSERT INTO stopword (word, lang) VALUES ('taking','en'

UdmSearch: Stopwords

2000-09-02 Thread Shane Wegner
mostly two digit numbers. How would you recommend cutting this down a bit? Adding all 26 single characters to stopwords or putting a few checks in the code. Can anyone see any use in indexing single characters and digit pairs? -- Shane Wegner: [EMAIL PROTECTED] Personal website: http://www

UdmSearch: duplicate urls in database

2000-07-09 Thread Shane Wegner
ver, only 51904 of those are unique. Shane -- Shane Wegner: [EMAIL PROTECTED] Personal website: http://www.cm.nu/~shane/ __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

Re: UdmSearch: Indexer performance limits (MySQL locking?)

2000-07-07 Thread Shane Wegner
;execute: $!\n"; while(@row = $sth->fetchrow) { $t = int(rand($endtime - $starttime) + $starttime); #print "$row[0] \n"; $dbh->do("update url set next_index_time = $t where rec_id = $row[0]") || die "update: $!\n"; } $dbh->disconnect; --- cut --- -- Shane Wegner: [EMAIL PROTECTED] Personal website: http://www.cm.nu/~shane/ PGP signature

UdmSearch: URL subsets with the UL option

2000-07-07 Thread Shane Wegner
d selectively. So the problem I'm having is the ul parameter. It works for limiting to a subset but how can I do something similar to the above. Also, is there a way to include all urls "^http://www.cm.nu/" without "^http://www.cm.nu/~"? IE. "^http://www\.cm\.nu/