UdmSearch: Consuming CPU while doing nothing?

2000-09-06 Thread Mario Lang
Hi. Is it possible, that UdmSearch's indexer consumes CPU while it launches an external parser? I have a lot of pdf files and index them using ps2ascii which is part of ghostscript. When I start top, I see this: 26360 indexer 14 0 3608 3608 1536 R 0 46.5 2.8 0:55 gs 25681 indexer

Re: UdmSearch: Stopwords

2000-09-06 Thread Alexander Barkov
Shane Wegner wrote: Hi all, I was looking through my search databases and found the following of interest. mysql select sum(1) from ndict2; +-+ | sum(1) | +-+ | 1024791 | +-+ mysql select distinct word_id from ndict2; ... +-+ 1300 rows

UdmSearch: Bug report

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

UdmSearch: Categories?

2000-09-06 Thread Truman Leung
Hi, Is the development team planning to include support for categorizing links like in Yahoo or in the Open Directory? Truman Honolulu, Hawaii __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

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 indexing single characters and digit

Re: UdmSearch: Added new stopwords

2000-09-06 Thread Shane Wegner
On Tue, Sep 05, 2000 at 08:37:52AM +0200, Frederic Tschannen wrote: Hi, we added new stopwords to the database. Question1: can we delete the words from the dict (ndictxx) tables automaticly or have we to do it by hand? I don't know of any way to do it automatically. If you