Re: UdmSearch: Trouble with Realm commmand

2001-01-29 Thread Alexander Barkov
Thomas Yengst wrote: I am trying to do something very simple, but cannot seem to make it work. I want to include Powerpoint files (*.ppt) into the url list, but instead index an accompanying text file (*.txt), which is simply the version of the Powerpoint file that has been saved as text

UdmSearch: Exact search node suggestion

2001-01-29 Thread
Hi. Ispell fuzzy search mode is nice, but please add an ability for exact search too (look like Yandex does, i.e. "!word" gives exact word while "word" is fuzzy). To implement this, all you need is: "db" mode: store exact word in database too, in addition to its Ispell form. "text"

UdmSearch: Webboard: Performance: cache db

2001-01-29 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Any news on this isuue? I am also thinking about using built in mode and now I am concerned. Consider to test cache mode. It is able to search through several millions documents within 1-2 seconds Reply:

UdmSearch: Webboard: Differences beetwen ASPSEEK and MNOGOSEARCH

2001-01-29 Thread Kir
Author: Kir Email: [EMAIL PROTECTED] Message: Now ASPSeek can use only MySQL. We are in a process of development support for other SQL databases. Well, 400.000 is not so big for ASPSeek, so ordinary PII/PIII with 64-128 Mb of RAM will be enough I beleive. More RAM leads to faster

UdmSearch: Webboard: Indexing a multilanguage site

2001-01-29 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, I would like to index a web site that is in various languages, but when a user ask to the engine a search in a given language, I would like to show him a result only in the language he asked. How do I have to index the

UdmSearch: Charset guesser needs an option

2001-01-29 Thread
Please add Cyrillic charset guesser on/off config file option even if charset guesser compiled in by --with-charset-guesser. It allows automatically build binary package which covers most wide capability scope and then turn it off in config files for sites that reallly not

Re: UdmSearch: Charset guesser needs an option

2001-01-29 Thread Alexander Barkov
áÎÄÒÅÊ þÅÒÎÏ× wrote: Please add Cyrillic charset guesser on/off config file option even if charset guesser compiled in by --with-charset-guesser. It allows automatically build binary package which covers most wide capability scope and then turn it off in config files

Re: UdmSearch: Charset guesser needs an option

2001-01-29 Thread Alexander Barkov
áÎÄÒÅÊ þÅÒÎÏ× wrote: On Mon, Jan 29, 2001 at 19:31:21 +0400, Alexander Barkov wrote: scope and then turn it off in config files for sites that reallly not needs it. Thanks for suggestion. We'll do it. Thanx. BTW, there must be ability to specify charset or guesser at

UdmSearch: Webboard: Crash!

2001-01-29 Thread Mario Gray
Author: Mario Gray Email: [EMAIL PROTECTED] Message: backtrace looks like this: #0 0x40097b3c in free () from /lib/libc.so.6 #1 0x40097aed in free () from /lib/libc.so.6 #2 0x804c074 in UdmIndexNextURL (Indexe = 0x807b990, index_flags=4) at indexer.c:621 #3 0x8049eb7 in thread_main (arg=0x0) at

UdmSearch: Webboard: Crash! Tainted prefix dirs

2001-01-29 Thread Mario Gray
Author: Mario Gray Email: [EMAIL PROTECTED] Message: OK Its my bad.. .I have NO idea why, here it is: Udmsearch 3.1.8 was the prefix used for 3.1.9, so when indexer(3.1.9) tries to do anything, it finds tainted (config files?) information, and suddely leaps off the deep end into a catastrophic

UdmSearch: Server order

2001-01-29 Thread Caffeinate The World
if indexer follows the order of Server command in the indexer.conf file in order to index subsections before parent sections: Server http://host/depth1/depth2/ Server http://host/ how do you specify such order in ServerTable used in SQL? __ Do

UdmSearch: splitter still core dumps on 3.1.9

2001-01-29 Thread Caffeinate The World
NetBSD/Alpha (64bit). I reported this a while back for 3.1.9pre13. Looks like it was not fixed for 3.1.9. I'm using cache mode. # gdb /usr/local/install/mnogosearch-3.1.9/sbin/splitter GNU gdb 4.17 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General

Re: UdmSearch: splitter still core dumps on 3.1.9

2001-01-29 Thread Caffeinate The World
just a quick note, i changed all occurances of "size_t" in cache.c into "u_int32_t" and recompiled splitter. it seems as though it doesn't core dump on log files like before. note that i had to do "splitter -p" to get new files in ./splitter and then run "splitter". i've only been able to test