Re: UdmSearch: An edited UdmSearch

2000-05-02 Thread J C Lawrence
On Mon, 1 May 2000 11:12:39 +0200 Lars Anderson <[EMAIL PROTECTED]> wrote: > On Fri, Apr 28, 2000 at 21:55:47, [EMAIL PROTECTED] wrote: > Would you consider putting the sourcecode up somewhere? It sounds > like something that could be very usefull at our site. Sure. I really didn't do that m

Re: UdmSearch: ANNOUNCE 3.0.13

2000-05-02 Thread J C Lawrence
On Mon, 1 May 2000 00:26:20 +0400 Alexander Barkov <[EMAIL PROTECTED]> wrote: > UdmSearch 3.0.13 is available from http://mysearch.udm.net A minor request: Would you mind not posting HTML? -- J C Lawrence Internet: [EMAIL PROTECTED] --(*)

Re: UdmSearch: single to multi mode,

2000-05-02 Thread isplists
lol, yeah right, when it takes 48 hours to create the index. I wrote this little php script, there should be a better way out there some where. On Tue, 2 May 2000, The Hermit Hacker wrote: > > indexer -C ? :) > > On Tue, 2 May 2000 [EMAIL PROTECTED] wrote: > > > ahh cool, > > now what ab

Re: UdmSearch: single to multi mode,

2000-05-02 Thread Alexander Barkov
- Original Message - From: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 02, 2000 11:55 PM Subject: Re: UdmSearch: single to multi mode, > ahh cool, > now what about database problems, I have words that > don't have any urls, ie , url_id don't exist in url db, > this

Re: UdmSearch: single to multi mode,

2000-05-02 Thread The Hermit Hacker
indexer -C ? :) On Tue, 2 May 2000 [EMAIL PROTECTED] wrote: > ahh cool, > now what about database problems, I have words that > don't have any urls, ie , url_id don't exist in url db, > this is my fault. me deleting the urls manauly. > > Now I can select distinct url_id from dict2 ; > then ,

Re: UdmSearch: Prob with 3.0.13

2000-05-02 Thread The Hermit Hacker
On Tue, 2 May 2000, Martin Ebert wrote: > Hi, > > >> > Indexer[558]: [1] Error: 'ERROR: robots: Permission denied. > [...] > >> > I want to play with "DBMode crc-multi". > >> > Should I create other tables? > >> > If so, how can I find a script? > > >> It is in /create/pgsql directory of UdmSe

UdmSearch: NEWS extensions

2000-05-02 Thread Alexander Barkov
Hello!   We'd like to introduce online README for UdmSearch NEWS extensions by Heiko Stoermer <[EMAIL PROTECTED]>  Since 3.0.10 udmSearch comes with an integrated extension to archive news servers. This means that you can now download all messages from a news server an save them completely i

Re: UdmSearch: Prob with 3.0.13

2000-05-02 Thread Martin Ebert
Hi, >> Indexer[558]: [1] Error: 'ERROR: robots: Permission denied. >> DBAddr pgsql://udm:@localhost/udmsearch/ > I tested again with PgSQL-6.5.3 and it does work fine on my RH-6.1 > My DBAddr string was psql://test@localhost/test/ I think, it's a problem of SuSE distribution. Ok, I'll

Re: UdmSearch: Prob with 3.0.13

2000-05-02 Thread Martin Ebert
Hi, >> > Indexer[558]: [1] Error: 'ERROR: robots: Permission denied. [...] >> > I want to play with "DBMode crc-multi". >> > Should I create other tables? >> > If so, how can I find a script? >> It is in /create/pgsql directory of UdmSearch sources. You have to use >> "ndictXX" tables definitio

Re: UdmSearch: single to multi mode,

2000-05-02 Thread isplists
ahh cool, now what about database problems, I have words that don't have any urls, ie , url_id don't exist in url db, this is my fault. me deleting the urls manauly. Now I can select distinct url_id from dict2 ; then , select for each id, then delete from dict2 the ones with no rows. Any one ha

Re: UdmSearch: UdmSearch indexer core dump

2000-05-02 Thread Alexander Barkov
Hi! Sorry for late reply. I tested this page and it works fine with 3.0.12 on my Red Hat 6.1 Have you solved the problem? - Original Message - From: Richard R. Harms <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 29, 2000 8:23 PM Subject: UdmSearch: UdmSearch indexer

Re: UdmSearch: single to multi mode,

2000-05-02 Thread Alexander Barkov
Hello! This script is very easy: INSERT INTO dict2 SELECT * FROM dict WHERE length(word)<3; INSERT INTO dict3 SELECT * FROM dict WHERE length(word)=3; . the same for 4 to 11 lengths INSERT INTO dict12 SELECT * FROM dict WHERE length(word)=12; INSERT INTO dict16 SELECT * FROM dict WHERE leng

Re: UdmSearch: An edited UdmSearch

2000-05-02 Thread Alexander Barkov
Hello! I think it would be nice to include this feature in standard PHP front-end. Could you post your version to developers list or put on public FTP, etc... - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 29, 2000 8:55 AM Subject: Udm

Re: UdmSearch: Prob with 3.0.13

2000-05-02 Thread The Hermit Hacker
On Tue, 2 May 2000, Alexander Barkov wrote: > Hi! > > > - Original Message - > From: Martin Ebert <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 02, 2000 2:38 AM > Subject: UdmSearch: Prob with 3.0.13 > > > User ist udm, database is udmsearch, no password. > > > > i

Re: UdmSearch: Prob with 3.0.13

2000-05-02 Thread Alexander Barkov
Hi! - Original Message - From: Martin Ebert <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 02, 2000 2:38 AM Subject: UdmSearch: Prob with 3.0.13 > User ist udm, database is udmsearch, no password. > > indexer says: > # ./indexer > Indexer[558]: indexer from UdmSearch v.3