Re: UdmSearch: minor bug in udmsearch 3.1.5

2000-10-02 Thread Alexander Barkov
Thanks! Fixed in 3.1.6 sources. Tin Le wrote: Enabling news-extension showed that there is a typo bug in sql.c. Patch follows: *** *** 2228,2234 char *msg_id ){ /* I know, writing 8192 there is not cool... :-| */ ! char qbuf[UDMSTRSIZ + 8192 +

Re: UdmSearch: Indexer running very slowly...

2000-10-02 Thread Alexander Barkov
Try the following: 1. Open sql.c in your editor 2. Add a line "#define DEBUG_SQL 1" 3. recompile and reinstall indexer 4. Run it and check it's STDERR output. You'll see the query being executed and how much time it takes. 5. Either try to execute the same query in "mysql" tool or just send a

Re: UdmSearch: Not a bug after all?

2000-10-02 Thread Alexander Barkov
"David J. M. Karlsen" wrote: OK when I abandoned the "--enable-news-extension" option - although I didn't have any news:// clauses in my indexer.conf... News is still not available under Postgres - am I right? indexer should work fine if database structure is created properly. Use MySQL

UdmSearch: Bug report

2000-10-02 Thread
UdmSearch version: Platform: OS: Database: Statistics: __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

Re: UdmSearch: indexing error

2000-10-02 Thread Alexander Barkov
Hi! Thanks for reporting this and sorry for late reply. We'll fix this soon. Nagy Erno wrote: Has somebody any idea what may be wrong? Thanks, Ned ned:~$ /usr/local/udmsearch/sbin/indexer indexer from UdmSearch v.3.1.5-pre4/MySQL started with

RE: UdmSearch: INdexing and searching problems... [WAS: BOUNCED]

2000-10-02 Thread Roy Nasser
Alex, Thanks for your reply, however this is not working exactly... I put this in my indexer.conf: DBAddr

UdmSearch: FTP links with 3.1.5

2000-10-02 Thread Mario Lang
Did anyone detect problems with soft-links on a ftp server with 3.1.5? I just indexed my ftp, and everything works fine, till it reaches the directories of eMirror (mirror program) which links to the subdirs where the files are. It stops there. The rest of the FTP is just indexed fine, but when

UdmSearch: First Time

2000-10-02 Thread Ashwin Kutty
Hey, By the subject you would now know this is the first time I am using UDMSEARCH... The question is, I have an existing MySQL database, with tables/data in it.. What I need to do is get a front end to search these tables for different queries based on subject, title etc. and return html links

Re: UdmSearch: Not a bug after all?

2000-10-02 Thread Matthew Sullivan
Hi, I have written a php extension to the normal frontend for the news (replacing the perl frontend entirely if you want) - I will be posting it to the DEVEL group as soon as I have finished testing it against non news extension setups...(give me a couple of days please) Yours Matthew

UdmSearch: BugReport

2000-10-02 Thread Nefer
OS: RedHat 6.2 UDM: 3.1.5 Sys: 4x XEON DB: MySQL 3.23.22 Core was generated by `./indexer'. Program terminated with signal 11, Segmentation fault. Reading symbols from /home/search/lib/libudmsearch-3.1.so...done.

Re: UdmSearch: 302 not followed to new location?

2000-10-02 Thread David Robley
On Fri, 29 Sep 2000, Alexander Barkov wrote: If I'm not mistaken when server makes redirects it should specify FULL PATH in Location: header. This logic is built-in UdmSearch. You server returns partial path. I think that there is possible to configure your web server to change this