Re: UdmSearch: 3.1.9 rating bug: rating is always 1

2001-02-01 Thread Sergey Kartashoff
Hi! Wednesday, January 31, 2001, 11:23:12 PM, you wrote: áþ> Try to search your own site áþ> http://search.mnogo.ru/search/search.php3 áþ> for any word and get [1] (rating=1) near each URL independently of word áþ> count. áþ> I got the same result locally with search.cgi too, so the

Re: UdmSearch: 3.1.9 search.cgi bug with missing HTTP charset

2001-02-01 Thread Alexander Barkov
You can write in the top of template. áÎÄÒÅÊ þÅÒÎÏ× wrote: > > I see search.cgi print HTTP header very early, even before parsing > template: > > if(getenv("QUERY_STRING")||getenv("REQUEST_METHOD")){ > printf("Content-type: text/html\r\n\r\n"); > } > > The bug here is missing

Re: Possible Fix? (Re: UdmSearch: DeleteNoServer still broken in 3.1.9)

2001-02-01 Thread Alexander Barkov
Hello! Please find a patch which fixes "DeleteNoServer no" command incorrect behaviour. Patch against server.c Thanks for help in debugging! Caffeinate The World wrote: > > --- Caffeinate The World <[EMAIL PROTECTED]> wrote: > > # ./indexer -ma -n 1 -u http://www.mnpage.com/% > > AddSe

Re: UdmSearch: 3.1.9 search.cgi bug with missing HTTP charset

2001-02-01 Thread Андрей Чернов
On Thu, Feb 01, 2001 at 13:44:41 +0400, Alexander Barkov wrote: > You can write > in the top of template. No, it is fixed by Apache (in the case I describe below) at the HTTP _headers_ level, i.e. if Apache sees "text/html" in HTTP _headers_, it replace them with "text/html; charset=iso-8859-1".

Re: UdmSearch: 3.1.9 rating bug: rating is always 1

2001-02-01 Thread Андрей Чернов
On Thu, Feb 01, 2001 at 15:28:10 +0200, Sergey Kartashoff wrote: > http://search.mnogo.ru/search/search.php3?ps=10&q=server+sql&ps=20&ul=&x=57&y=17 > > this is the search for "server sql" > Take a look at the rating. First results have rating 4. Oops, sorry, it was my mistake, please ignore whol

UdmSearch: php-mnogo

2001-02-01 Thread Sergey Kartashoff
Hi! Here is the php4 extension module which adds native libudmsearch functions support for php. We uploaded it at the PHP CVS source tree, so it is expected that this module will be included in the next 4.0.5 release of php. This module currently at the appha state, but it is working a

Re[2]: UdmSearch: 3.1.9 rating bug: rating is always 1

2001-02-01 Thread Sergey Kartashoff
Hi! Thursday, February 01, 2001, 2:51:28 PM, you wrote: >> áþ> Try to search your own site >> áþ> http://search.mnogo.ru/search/search.php3 >> áþ> for any word and get [1] (rating=1) near each URL independently of word >> áþ> count. http://search.mnogo.ru/search/search.php3?ps=10&q=server+sql

Re: UdmSearch: 3.1.9 rating bug: rating is always 1

2001-02-01 Thread Андрей Чернов
On Thu, Feb 01, 2001 at 10:05:32 +0200, Sergey Kartashoff wrote: > áþ> Try to search your own site > áþ> http://search.mnogo.ru/search/search.php3 > áþ> for any word and get [1] (rating=1) near each URL independently of word > áþ> count. > > áþ> I got the same result locally with search.

UdmSearch: Webboard: Obtaining a site-wide URL list for only HTML documents and a few other questions (no, this is not mnGoSearch vs. HTDIG :)

2001-02-01 Thread Tasuki Yamamoto
Author: Tasuki Yamamoto Email: [EMAIL PROTECTED] Message: Hello all, I have just compiled and installed mnGoSearch after using the htdig tool (sorry to mention some of the competition). Needlesss to say, I am impressed with the number of unique options available in in mnGoSearch. Q1. I am tryi

UdmSearch: Re: 3.1.9 serious bug: affix table not used in search for Ispell DB mode

2001-02-01 Thread Andrey A. Chernov
On Thu, Feb 01, 2001 at 03:49:35 +0300, Andrey A. Chernov wrote: > Affix table loaded but ignored in Ispell DB searches. The bug is somewhere > in spell.c: > > if (nlang == -1) { > li_from = 0; li_to = Indexer->Conf->nLang; > } else { > li_from = nlang; li_to =

Re: UdmSearch: Re: 3.1.9 serious bug: affix table not used in search for Ispell DB mode

2001-02-01 Thread Sergey Kartashoff
Hi! Thursday, February 01, 2001, 4:47:40 PM, you wrote: AAC> is only in UdmSortDictionary(), but UdmSortDictionary() is never called in AAC> Ispell DB search mode It is corrected in the 3.1.10pre sources already. To Alex: I think it is worth to upload current 3.1.10pre version for testing. --

UdmSearch: Webboard: 2 words in search s.cgi causes an error

2001-02-01 Thread rob
Author: rob Email: [EMAIL PROTECTED] Message: Hi - I successfully indexed 30,000 websites. with aspseek 1.0 When i search with one word, everything works perfect. When i search with 2 or more words seperarted by space, an error occurs and typically searchd -D is gone/dies Any suggestions? Th

UdmSearch: Webboard: Use of Robots

2001-02-01 Thread Pawel
Author: Pawel Email: [EMAIL PROTECTED] Message: Create file named "robots.txt" and put them in main folder of your site. Sample content of this file: --- sample --- User-agent: * Disallow: /chat/ Disallow: /webboard/ --- /sample --- Reply: __

UdmSearch: Webboard: 2 words in search s.cgi causes an error

2001-02-01 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: > I successfully indexed 30,000 websites. with aspseek 1.0 I am sorry. We dont support aspseek. Try to ask your question at the aspseek mailing lists. Reply: __ If you want to unsubs

UdmSearch: Webboard: Part of document with searched word

2001-02-01 Thread Pavel Sokolov
Author: Pavel Sokolov Email: [EMAIL PROTECTED] Message: Can you help me with one problem I wont to make template with showing part of document where is searched word. Now in the results show only 2-4 first lines of document. Reply:

UdmSearch: Webboard: New behaviour of indexer.conf

2001-02-01 Thread Zenon Panoussis
Author: Zenon Panoussis Email: [EMAIL PROTECTED] Message: The format Server path http://bladiblah/ #comment1 comment2 in indexer.conf used to be OK until 3.1.8. However, in 3.1.9 indexer skips the first comment, reads the second one and exits with the error too many arguments: ´com

UdmSearch: Webboard: Cache mode questions

2001-02-01 Thread Zenon Panoussis
Author: Zenon Panoussis Email: [EMAIL PROTECTED] Message: As more things work, more questions arise. v 3.1.9 in DBMode cache, compiled with news-extension and using MySQL with create.txt from the news-3.1.tar.gz module. 1. cachemode.txt says that after running splitter, "it is better to d

Re: UdmSearch: php-mnogo

2001-02-01 Thread Caffeinate The World
was the problem which caused a segmentation fault fixed? --- Sergey Kartashoff <[EMAIL PROTECTED]> wrote: > Hi! > > Here is the php4 extension module which adds native libudmsearch > functions support for php. We uploaded it at the PHP CVS source > tree, so it is expected that this module

UdmSearch: Webboard: Memory usage

2001-02-01 Thread Mario
Author: Mario Email: [EMAIL PROTECTED] Message: Hello, I have had indexer running in the background for about 3 days now, but I would like to know if anyone has any memory issues with the 3.1.9 version. Currently mine takes up 102M of ram. Reply:

UdmSearch: Webboard: Cache mode questions

2001-02-01 Thread Zenon Panoussis
Author: Zenon Panoussis Email: [EMAIL PROTECTED] Message: >Shouldn't the files in /var/raw also be deleted? Or are they >needed in any way? /Me stupid. The answer is in cachemode.txt: "All processed logs in /var/raw directory are renamed to *.done ... you can remove them or keep the

UdmSearch: Webboard: Is this normal?

2001-02-01 Thread Zenon Panoussis
Author: Zenon Panoussis Email: [EMAIL PROTECTED] Message: Isn't 55 MB a bit much just for storing 15.000 URLs? After all, it's only URLs stored, isn't it? Or am I wrong? Is anything else stored in url.myd? The statistics: Database statistics StatusExpired Total ---

Re[2]: UdmSearch: php-mnogo

2001-02-01 Thread Sergey Kartashoff
Hi! CTW> was the problem which caused a segmentation fault fixed? The problem was the mysql library bundled with php. If you compile php with --with-mysql it uses its own library to access mysql. And if you compile it with --with-mysql=DIR, than it uses native mysqlclient library. If you will us

Re: Re[4]: UdmSearch: php-mnogo

2001-02-01 Thread Caffeinate The World
i took out "-ludmsearch" from LIBS. recompiled: ... gmake[1]: Entering directory `/home/staffs/t/tom/work/php/php4-current/php4' /bin/sh /home/staffs/t/tom/work/php/php4-current/php4/libtool --silent --mode=compile gcc -I. -I /home/staffs/t/tom/work/php/php4-current/php4/ -I/home/staffs/t/tom/wo

Re[6]: UdmSearch: php-mnogo

2001-02-01 Thread Sergey Kartashoff
Hi! Friday, February 02, 2001, 8:17:21 AM, you wrote: CTW> i took out "-ludmsearch" from LIBS. recompiled: CTW> those functions are still Undefined. for some reason the warnings seem CTW> ti indicate that it's looking for a shared libudmsearch.so? ok, we will discuss about this problem. Maybe

Re[4]: UdmSearch: php-mnogo

2001-02-01 Thread Sergey Kartashoff
Hi! Friday, February 02, 2001, 7:44:11 AM, you wrote: CTW> i just recompiled the Apache 1.3.12 PHP module with PHP from CVS as of CTW> today. it was compiled with: CTW> export LIBS="-ludmsearch -lgd -lpng -lz -lm -lc -lpng -ljpeg -lz -lttf CTW> -lintl -lXpm -lX11" && \ CTW> export LDFLAGS="-Wl,

Re: Re[2]: UdmSearch: php-mnogo

2001-02-01 Thread Caffeinate The World
--- Sergey Kartashoff <[EMAIL PROTECTED]> wrote: > Hi! > > CTW> was the problem which caused a segmentation fault fixed? > > The problem was the mysql library bundled with php. > If you compile php with --with-mysql it uses its own library to > access > mysql. And if you compile it with --with-

Re: Re[6]: UdmSearch: php-mnogo

2001-02-01 Thread Caffeinate The World
i modified libtool a bit and it compiled and apache didn't complain. i'll try making a sharedlib later. but upon testing it. it's VERY FAST. i'm using cache mode and it's a few folds faster than the CGI version. also my db is pgsql. when i say fast, i mean REALLY REALLY FAST. and this is with a se

Re[8]: UdmSearch: php-mnogo

2001-02-01 Thread Sergey Kartashoff
Hi! Friday, February 02, 2001, 8:57:28 AM, you wrote: CTW> i modified libtool a bit and it compiled and apache didn't complain. What exactly did you modify ? CTW> i'll try making a sharedlib later. but upon testing it. it's VERY FAST. ok, glad to hear it, thank you 8) CTW> something that is