UdmSearch: Re: Creation of a new feature of Mnogo PHP Search facility.

2001-02-15 Thread Alexander Barkov
This "SELECT count(*) FROM url" will mean the TOTAL number of documents. Note that it is actually not the number of searchable documents, because some of them may be not indexed yet when database is being populated during first indexing. Probably "SELECT count(*) FROM url WHERE status IN

Re: UdmSearch: Re: Creation of a new feature of Mnogo PHP Search facility.

2001-02-15 Thread Alexander Barkov
Well, $ndocs variable has been added into 3.1.11 sources. Regards. Alexander Barkov wrote: This "SELECT count(*) FROM url" will mean the TOTAL number of documents. Note that it is actually not the number of searchable documents, because some of them may be not indexed yet whe

UdmSearch: Webboard: Indexer still core dumping - more information

2001-02-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Another thing that comes to mind.if the words.txt file is constructed from words only can't it be treated the same as the quot;rare.dictquot; example found in doc/ispell.txt? I mean, what if the whole file words.txt is constructed

Re: UdmSearch: no files found in mirror directories

2001-02-15 Thread Alexander Barkov
It tryed with your indexer.conf and everything work fine. Check that you have enough permissions to write to those directories. Caffeinate The World wrote: --- Alexander Barkov [EMAIL PROTECTED] wrote: That's strange for me. I've just checked this config and everything work fine

Re: UdmSearch: Difficulties using cache mode

2001-02-15 Thread Alexander Barkov
Div wrote: I am trying to use the cache mode of the MnoGoSearch 3.1.9 and i'm running into some difficulties. The statistics show me for example 1 sites indexed but when i search something it should find in all sites it return only 2000 results. I did everything by the book (i think):

UdmSearch: Webboard: Crash with built-in database when using limits

2001-02-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, mnoGoSearch crashes when using built-in database with URL limits (ul). I have made a patch to fix this. Please let me know where I can send this patch to. Kind regards, Please send it to [EMAIL PROTECTED] Reply: http

Re: UdmSearch: Setting up

2001-02-15 Thread Alexander Barkov
. Cheers, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Barkov Sent: 14 February 2001 13:52 To: David Taylor Cc: [EMAIL PROTECTED] Subject: Re: UdmSearch: Setting up David Taylor wrote: I'm having trouble setting up udmSearch

Re: UdmSearch: Prevent directory-matches in results

2001-02-15 Thread Alexander Barkov
Tobias Freitag wrote: Alexander Barkov schrieb: Tobias Freitag wrote: Alexander Barkov schrieb: Tobias Freitag wrote: The problem is that when I search for any pattern, most results show directories not files. It seems that the indexer is parsing

Re: UdmSearch: Bug report

2001-02-15 Thread Alexander Barkov
Please, post in English! "Âëàäèñëàâ Øóëüãèí" wrote: UdmSearch version: mnogosearch-3.1.xx Platform: OS:Linux Database: MySQL 3.23.32 Statistics:0 Äîáðûé äåíü. Î÷åíü ïîíðàâèëàñü Âàøà ñèñòåìà - èíòåðåñíàÿ è ïðîèçâîäèòåëüíàÿ. Íî ÿ ñòîëêíóëñÿ ñ

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-15 Thread Alexander Barkov
Hello! We finally found a bug in cache.c. New version is in attachement. Everybody who has problems with splitter's crashes are welcome to test. Please, give feedback! #include "udm_config.h" #include stdio.h #include stdlib.h #include string.h #include errno.h #ifdef HAVE_UNISTD_H #include

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-15 Thread Alexander Barkov
Caffeinate The World wrote: --- Alexander Barkov [EMAIL PROTECTED] wrote: Caffeinate The World wrote: --- Alexander Barkov [EMAIL PROTECTED] wrote: Hello! We finally found a bug in cache.c. New version is in attachement. Everybody who has problems with splitter's

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-15 Thread Alexander Barkov
There was actually two bugs. The first one because of table[4096] in sql.c. Sometimes it may became more large. Now dinamic realloc'ing has been added. Opps. I mean in cache.c, not sql.c The second one that cmpcache() function passed to qsort gave ordering slightly different with

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-15 Thread Alexander Barkov
Zenon Panoussis wrote: Alexander Barkov skrev: We finally found a bug in cache.c. New version is in attachement. Everybody who has problems with splitter's crashes are welcome to test. Please, give feedback! You guys are great! I'll re-compile and get back to you with reports

UdmSearch: Re: Creation of a new feature of Mnogo PHP Search facility.

2001-02-15 Thread Alexander Barkov
- Works also fine, and have the advantage to be included easily. Only activated when you request the feature :) @+/L At 12:41 15/02/2001 +0400, Alexander Barkov wrote: This "SELECT count(*) FROM url" will mean the TOTAL number of docum

Re: UdmSearch: cache mode and table dict

2001-02-14 Thread Alexander Barkov
Caffeinate The World wrote: is the table 'dict' used at all in cache mode? mine doesn't have any records. No, it is not used. __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

UdmSearch: Webboard: windows version is expired

2001-02-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: i've downloaded windows version of mnogosearch and when i run the indexer i get message, that test period is expired. why? New 3.1.x based win version will be available within 2 weeks. Reply: http://search.mnogo.ru/board/message.php

Re: UdmSearch: Setting up

2001-02-14 Thread Alexander Barkov
David Taylor wrote: I'm having trouble setting up udmSearch. Is any one able to provide me with clear instructions starting right from extracting the zip file? Take a look into INSTALL file. It has all necessary instructions. __ If you want to unsubscribe send "unsubscribe

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-14 Thread Alexander Barkov
Zenon Panoussis wrote: Caffeinate The World skrev: i've been going through this and back again time and time again. what would really be nice is indexer save the logs in a format that's easy to use again. for instance, you can use the format re-index to sql etc. or if you want to

Re: UdmSearch: Bug report

2001-02-14 Thread Alexander Barkov
Bernd Schulze wrote: UdmSearch version: Platform: OS: Database: Statistics: Last week I told you about a problem with page titles that seemed having to do with excluded pages. After installing 3.1.10 and doing some more tests I found out that the reason is totally different: Files

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-14 Thread Alexander Barkov
i completely forgot about this feature!!! i read about it when i first started using mnogosearch, but never bothered to use it. with mirror feature, wouldn't it be easy to implement Google's "cache" feature where the user can view a cache of the page from the last time you indexed. I

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-14 Thread Alexander Barkov
Alexander Barkov wrote: i completely forgot about this feature!!! i read about it when i first started using mnogosearch, but never bothered to use it. with mirror feature, wouldn't it be easy to implement Google's "cache" feature where the user can view a cache of the

Re: UdmSearch: no files found in mirror directories

2001-02-14 Thread Alexander Barkov
That's strange for me. I've just checked this config and everything work fine: DBAddr mysql://foo:bar@localhost/udm/ MirrorRoot /usr/local/mnogosearch/var/mirror/ Realm http://localhost/* URL http://localhost/ Caffeinate The World wrote: Mirrors command must be used BEFORE Server

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-14 Thread Alexander Barkov
Caffeinate The World wrote: The only one disadvantage is that it will not work on huge search engines with millions documents. There is a limit on total file number on file system in most unixes. For example, my 30G /usr partition on FreeBSD box can create about 8 mln files. is

UdmSearch: Webboard: Indexer still runs but search.cgi does not and a small story about the problems

2001-02-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, Zenon gave me a lot of kind help and it really looks like the culprit is not this search program but my f***ing provider. I have found out something quite interesting in the mean time: It looks like that the apache does

Re: UdmSearch: using $if meta symbol

2001-02-14 Thread Alexander Barkov
DK wrote: Greetings. In the doc file I've read "You can use $if(another_template_file_name) meta symbol..." Can I use absolute path as "$if" argument? When I try to use $if I get error message that says "Unable to include '/usr/local/mnogosearch/etc//path/filename'". Why does

UdmSearch: Webboard: Indexer still runs but search.cgi does not and a small story about the problems

2001-02-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, I have tried 600, which is fine for the indexer and I have tried even 777 but it did not made any difference. After all search (and search.cgi) can read it via ssh but it fails via browser ... Would it help if I gave you my

Re: UdmSearch: url length too short

2001-02-14 Thread Alexander Barkov
Caffeinate The World wrote: # indexer -i -f urls_sorted.txt Indexer[7236]: URL too long: 'http://www.dmoz.org/Regional/North_America/United_States/Minnesota/Localities/A/Austin/Business_and_Economy/Financial_Services/' maybe the length should be 256? We'll make it bigger in 3.2.x

UdmSearch: Webboard: Indexer still core dumping - more information

2001-02-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Good morning, After some investigation I've found out that the indexer from MnogoSearch vs. 3.1.5 accepts the he.aff and he.dict files that the ones from 3.1.9 and 3.1.10 refuse to. I still didn't get any replies to this problem

UdmSearch: Webboard: Multi-byte support?

2001-02-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello all. I just found this site and read all titles on this board. FAQ mentioned mnoGoSearch supports different char sets, but no info about multi-byte char code set. I'm wondering if mnoGoSearch supports multi-byte char code

UdmSearch: Webboard: CAN I SEND SIGNAL 'TERM' TO INDEXER PROGRAM?

2001-02-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Actually I am running indexer, but it is 'eating' a lot of system memory. I want to know if i can stop with the 'term' signal (linux) the indexer program, and the DATABASE will NOT corrupt. It is safely to break indexer in any SQL

Re: UdmSearch: Search

2001-02-12 Thread Alexander Barkov
kc ingh wrote: We are a small firm of developers of web site, based in LA. We have some sites using MySql and some using Sybase as the database There is no native Sybase support in mnogosearch.However it can work with Sybase through ODBC driver. Use either unixODBC or iODBC. The number

Re: UdmSearch: Webboard: Search this web board

2001-02-12 Thread Alexander Barkov
"Anonymous (Joe B)" wrote: Author: Joe B Email: Message: Hello, Can this web board be searched? I hope it is not some kinda strategy for this site to get more hits. Joe B. Visit http://www.computercontractor.net for Contractor news. Sergey, can you add a little search form in

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-12 Thread Alexander Barkov
Hi! Can you guys give us a log file produced by splitter -p which caused crash? We can't reproduce crash :-( Caffeinate The World wrote: i reported this problems a while back. i believe it's being worked on. atleast the recently found the bug why it wasn't splitting out to FFF. the seg

UdmSearch: Webboard: Search this web board

2001-02-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, Can this web board be searched? I hope it is not some kinda strategy for this site to get more hits. Joe B. Visit http://www.computercontractor.net for Contractor news. There is a link from main page to the site search

UdmSearch: Webboard: Can it do this ...

2001-02-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Alex, I could not find the info in the docs. Can you please point me to it. Thanks. It is in the doc/search.txt Reply: http://search.mnogo.ru/board/message.php?id=1326 __ If you want to unsubscribe send

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-12 Thread Alexander Barkov
Could you please put zipped /var/mnogo319/tree/12/B/12BFD000 and a file /splitter/XXX.wrd with correspondent XXX.del which produce crash somewhere on the net? Zenon Panoussis wrote: Alexander Barkov skrev: Can you guys give us a log file produced by splitter -p which caused crash

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-12 Thread Alexander Barkov
Zenon Panoussis wrote: Alexander Barkov skrev: Could you please put zipped /var/mnogo319/tree/12/B/12BFD000 and a file /splitter/XXX.wrd with correspondent XXX.del which produce crash somewhere on the net? http://search.freewinds.cx/logs/logs.tar.gz Not Found The requested URL

UdmSearch: Webboard: warning: no newline at end of file

2001-02-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Does it matter? /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/include/m ysql -g -O2 -DUDM_CONF_DIR=\quot;/usr/local/mnogo3110/etc\quot; -DUDM_VAR_DIR=\quot;/var

Re: UdmSearch: Prevent directory-matches in results

2001-02-12 Thread Alexander Barkov
Tobias Freitag wrote: Hi there, I am trying to index about 1000 HTML-Articles on our website via local filesystem. I use the "Alias" command to map the links to the real location. The problem is that when I search for any pattern, most results show directories not files. It seems that

UdmSearch: Webboard: Parameters...

2001-02-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Why do you want to pass something to indexer from browser? It'seems that you misunderstand something. I have built my index using this: HTDBDoc \ SELECT concat( \ 'HTTP/1.0 200 OK\\r\\n',\ 'Content-type: text/html\\r\\n',\ 'Last

UdmSearch: Webboard: indexer runs and search.cgi does not

2001-02-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: thanks for your replys. 1st of all: There went something wrong with this board because I was waiting on a reply and did not received any email although I have used the checkbox ... well after all I have read it. But I'm sorry

UdmSearch: Webboard: indexer runs and search.cgi does not

2001-02-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: The page is still empty. The actual code is: gt; gt; !DOCTYPE HTML PUBLIC quot;-//W3C//DTD HTML 4.0 Transitional//ENquot;gt;; gt; gt; lt;HTMLgt;lt;HEADgt; gt; gt; lt;META http-equiv=Content-Type content=quot;text/html

UdmSearch: Webboard: where is 3.1.10?

2001-02-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: 3.1.10 will be available on Monday. PHP front-end does not support substring search. Reply: http://search.mnogo.ru/board/message.php?id=1311 __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

UdmSearch: Webboard: Problem with indexer: segmentation fault

2001-02-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: When i am going to index, this is the mensage (Linux Red Hat 6.2, php4.0.4pl1, UdmSearch last version, MySQL): quot;segmentation faultquot; help me!!! This information isn't enough to solve the problem. Take a look into doc

UdmSearch: Webboard: Indexing ...

2001-02-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, I am trying to index data in a mySQL database. This is my HTDBList: HTDBList SELECT concat('jobdetail.htm?job_id=',job_id) FROM jobsadvertised where to_days(now()) - to_days(job_inp_dte) lt;= $2 and site_type = $4

Re: UdmSearch: win32 version

2001-02-10 Thread Alexander Barkov
skunk wrote: hi, the win32 version seems to be expired... where can i get a working version? 3.1.10 based Win version will be available within two weeks. __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

UdmSearch: Webboard: Relevant sorting by title in russian searches

2001-02-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: There is no such search options in search.htm form. We're trying to use mnoGoSearch 3.1.8. Do you recommend upgrading to 3.1.9' There is no difference in sort order 3.1.8 and 3.1.9. Search sorts by unique words number found

UdmSearch: Webboard: search more than one database

2001-02-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: hi there, i have different topics, so i indexed in different databases. now i can setup one search for each topic. is there a way to saerch over all databases? There is no merge tools. However you may index all topics into one

UdmSearch: Webboard: indexing DB generated pages?

2001-02-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: What about indexing pages that are generated from database information? I have several pages such as: www.blah.com/links.php?category=1 www.blah.com/links.php?category=2 ...etc It doesn't seem that mnogo really does the right

UdmSearch: Webboard: Indexer Dies! Fatal Error

2001-02-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: You should put path to oracle libs to /etc/ld.so.conf and run ldconfig after that Note that this is right for Linux. It may require other actions on other OS Reply: http://search.mnogo.ru/board/message.php?id=1275

Re: UdmSearch: The output format

2001-02-07 Thread Alexander Barkov
fabrice valere wrote: Hi everybody I have a question. Sometime when I do a query the word that I search do not appears in the " description " of HTML page How can I do ? indexer does not store whole document, only first 256 bytes. __ If you want to unsubscribe send

UdmSearch: Webboard: Output format

2001-02-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello! I would like to know if it is possible to configure mnogosearch so that it always displays the words of the request in the description of the result. Thank you for your assistance [EMAIL PROTECTED] indexer doesn't store

UdmSearch: Webboard: Splitter: core dumped

2001-02-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: [3.1.9, cache mode] I run splitter -p and finish fine. I then run splitter and, halfway through the splitting, crash: segmentation fault, or just a hang, core dumped. So I restart splitter and next time finish fine

Re: 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-07 Thread Alexander Barkov
Sorry for so late replay. Tasuki Yamamoto wrote: 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

UdmSearch: Webboard: search.cgi does not work

2001-02-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, I have the following problem. If I try the search.cgi I get an error message empty page! If I enter search.cgi from the telnet seesion I get an valid html output but all the vars from search.htm are empty (I mean you cannot see

Re: UdmSearch: 3.1.9 - strange code in search.c

2001-02-07 Thread Alexander Barkov
"Andrey A. Chernov" wrote: I found this search.c code strange, but maybe I overlook something: sprintf(UDM_STREND(buf_out.buf), "%s", Targ); UDM_FREE(buf_out.buf); return(0); Why immediately free() string in which sprintf() just happens?

Re: UdmSearch: Webboard: slow indexing

2001-02-07 Thread Alexander Barkov
Caffeinate The World wrote: --- Alexander Barkov [EMAIL PROTECTED] wrote: Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have a question. I have a servertable of about 20,000 urls, I was wandering if that was what my performance bottleneck is. It seems that Indexer

Re: UdmSearch: Webboard: Splitter: core dumped

2001-02-07 Thread Alexander Barkov
We did't fix this yet :-( Caffeinate The World wrote: i've had this problem since they implemented cache mode. i've written about it several times (in detail). however, it appears that no one knows what it is. at first i thought it was my alpha 'til your email. maybe alex or serge can

UdmSearch: Webboard: indexer -a with multiple indexers running?

2001-02-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, does anybody know? I have this situation: Two indexers separately compiled, each one in a different folder. They have the same indexer.conf except each one has his own list of servers. If they run for the first time each takes his

UdmSearch: Webboard: Relevant sorting by title in russian searches

2001-02-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, I have the following problem with russian language searches. mnoGoSearch has TitleWeight set to 100 to make sure that pages with keywords in their titles are displayed first (DescWeight and KeywordWeight are, for example 5

Re: UdmSearch: Webboard: Site search (ul) in cache mode

2001-02-07 Thread Alexander Barkov
Zenon Panoussis wrote: Zenon Panoussis skrev: We found a bug. Please find patches against sql.c and cache.c in attachement. The patch didn't work by itself, so I did the replacements manually. The patched source compiled without complaints. I replaced the old search.cgi with

Re: UdmSearch: Bug report

2001-02-05 Thread Alexander Barkov
Luis Bravo wrote: UdmSearch version: 3.1.2.4 Platform: OS: Database: MySQL 3.23.32 Statistics: My files are in Spanish. We have words like oración, apéndice, estómago, etc. When they are indexed, indexer split that words. In the database they are in two words: oraci n, ap

Re: UdmSearch: Where to set the mysql lib path ?

2001-02-05 Thread Alexander Barkov
It is explained in our FAQ. Visit our site. ªN¥ú wrote: Thank you for this great job first . But I encountered a problem when attemp to execute sbin/indexer : It Said ,"./indexer: error in loading shared libraries: libmysqlclient.so.10: cannot open shared object

UdmSearch: Webboard: How do I do the opposite of Disallow please?

2001-02-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, Could someone please tell me how to do the exact opposite of the following: Disallow \.html$ \.htm$ \.asp$ \.jsp$ \.shtml$ \.jhtml$ \.cfm$ \.nsf i.e. to follow *only* urls with those extensions. Thank you, Tasuki

UdmSearch: Webboard: search.cgi does not work

2001-02-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Is it possible that search.cgi cannot link some of the dynamic libraries? Yes, it may happen. Check FAQ on our site. I Reply: http://search.mnogo.ru/board/message.php?id=1248 __ If you want to unsubscribe send

UdmSearch: Webboard: Webboard - mailing list interaction

2001-02-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: What is posted on the webboard goes to the mailing list too, but what is posted on the mailing list doesn't go to the webboard. Wouldn't it be a good idea if it did? Not easy task. Especially to detect threads and so on. Sergey

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

2001-02-02 Thread Alexander Barkov
Author: Alexander Barkov 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

Re: UdmSearch: php-mnogo

2001-02-02 Thread Alexander Barkov
Does search.cgi work fine with "Minneapolis Elected Officials" ? Caffeinate The World wrote: 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

UdmSearch: Webboard: Cache mode questions

2001-02-02 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: The search works very nicely, but it returns a tremendous amount of quoted document data... Can I take a look on your search page? Reply: http://search.mnogo.ru/board/message.php?id=1221 __ If you want to unsubscribe

Re: UdmSearch: 3.1.9 DB ispell mode importing bug (patch included)

2001-02-02 Thread Alexander Barkov
Thanks! We've applied this patch into 3.1.10 sources. "Andrey A. Chernov" wrote: Since flag initialized only _once_ for all words, it have strange values from previous buffer for dictionary words without "/*" part. --- src/spell.c.bak Fri Jan 12 16:28:30 2001 +++ src/spell.c Thu

UdmSearch: Webboard: Is this normal?

2001-02-02 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: gt; gt; Isn't 55 MB a bit much just for storing 15.000 URLs? gt; That's very big size. Do you use --enable-news-extensions? Yes. But I haven't indexed any news yet. By now I have 21.500 URLs and an index of 158 MB, all from

Re: UdmSearch: Webboard: Cache mode questions

2001-02-02 Thread Alexander Barkov
What "New search" do you mean guys? I can't find it on this page. Caffeinate The World wrote: oops ignore my last post, i forgot to use New Search. yes you are right. wow. yikes i mean. i don't know what's going on there. i don't think substring search is supported in cache mode. ---

Re: UdmSearch: shared lib uses wrong path

2001-02-02 Thread Alexander Barkov
Caffeinate The World wrote: when using: --enable-shared all client programs of mnogosearch looks for their library in ".libs" instead of "$PREFIX/lib" # ./search.cgi Cannot open ".libs/libudmsearch.so" # indexer -h Cannot open ".libs/libudmsearch.so" Probably you didn't run

Re: UdmSearch: php-mnogo-0.6

2001-02-02 Thread Alexander Barkov
Caffeinate The World wrote: --- Sergey Kartashoff [EMAIL PROTECTED] wrote: Hi! Friday, February 02, 2001, 6:20:39 PM, you wrote: CTW this doesn't yet support ispell suffix or prefix mode does it? No, it will be done soon. CTW maybe this is why searches fail on pluralized

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

2001-02-01 Thread Alexander Barkov
You can write META NAME=Contnet-Type Content="text/html; charset=iso-8859-1" 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")){

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

2001-02-01 Thread Alexander Barkov
r' command for url... deleted. Indexer[12748]: [1] Done (627 seconds) ---cut--- looks like the 'null' server wasn't matched? also note that #5 and #7 are the same: 'http://lists.rootsweb.com/index/usa/MN/' --- Alexander Barkov [EMAIL PROTECTED] wrote: Well, indexer.conf

UdmSearch: Webboard: How I can make Phrase search ?

2001-01-31 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It is not implemented Reply: http://search.mnogo.ru/board/message.php?id=1201 __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

UdmSearch: Webboard: Using mnoGoSearch without database

2001-01-30 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Is it poissible to use mnoGoSearch WITHOUT database. Or is there nay other way to use mnoGoSearch in following situation: I have an ISP provider wich only allows me to put files via FTP on it's server and run scripts from

UdmSearch: Webboard: Indexer not insering documents

2001-01-30 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: The problem is stopwords and ispell db. If active one of this items: IspellUsePrefixes yes Ispellmode db and StopwordTable stopword indexer non inserts in dict* tables Alberto Thanks for the report. We'll fix it. Reply

Re: UdmSearch: splitter still core dumps on 3.1.9

2001-01-30 Thread Alexander Barkov
Caffeinate The World wrote: overnight, the "new splitter" using "u_int32_t" was able to split a log file around 31MB. this is the first time i've seen it able to index the log at 77C. can you verify that linux and such have "u_int32_t"? if it's does, i'll submit my patch. this should fix

Re: UdmSearch: 3.1.9 indexer bug with msql 2.0.11

2001-01-30 Thread Alexander Barkov
Try to change 1=1 to rec_id0 Yes, it works, thanx! BTW, is it will be correct to add "ORDER BY status" for msql? (from http://www.hughes.com.au/library/msql/manual_20/spec.html) I see you use similar "GROUP BY status" for other databases, but not for msql. mSQL does not support

Re: UdmSearch: DeleteNoServer still broken in 3.1.9

2001-01-30 Thread Alexander Barkov
That's strange. I've tested your indexer.conf. Everything works fine. indexer does not delete this URL. Caffeinate The World wrote: i reported this back in 3.1.9pre13. i have 'DeleteNoServer no' set with many URL's in my sql db not having associated Server commands. here i just tried to

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

2001-01-30 Thread Alexander Barkov
This patch will not fix the problem. The problem is not here. "DeleteNoServer no" is implemented via adding one virtual emtpy server after loading indexer.conf. It means that if there is no other correspondent Server or Realm commands for some URL, indexer will find the last one empty server and

Re: UdmSearch: file: URL indexing bug in mnoGoSearch 3.1.9 / udmSearch 3.0.23

2001-01-30 Thread Alexander Barkov
Hi! Finally I've checked your patch. Now indexer works as expected. Thanks you very much! Kaspar Brand wrote: Hi, when experimenting with udmSearch/mnoGoSearch, I encountered the following bug when indexer processes file: URLs. While indexer correctly processes file names containing

UdmSearch: Webboard: Indexer not insering documents

2001-01-30 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: The problem is stopwords and ispell db. If active one of this items: IspellUsePrefixes yes Ispellmode db and StopwordTable stopword indexer non inserts in dict* tables Alberto Hi! We checked. Everything seem to work

UdmSearch: Webboard: Disallow Directory Listings

2001-01-30 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have tried to use all the examples available, and read the docs. I searched the forum, but still can't keep directory listings out of the index. /$ \/% doesn't work. Does anyone have any idea how to keep indexer from indexing

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

2001-01-30 Thread Alexander Barkov
Well, indexer.conf is loaded as expected. Now find this in UdmFindServer() : for(i=0;iConf-nservers;i++){ int res; regmatch_t subs[NS]; and insert here: printf("%d '%s'

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: 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: http://search.mnogo.ru/board

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

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

UdmSearch: Webboard: ISO 10646

2001-01-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, I would like to index a web site where the charset is ISO-10646. Does this engine index that kind of charset if the mysql database is configured to stock that charset !? ISO-10646 charset is not supported. Reply: http

UdmSearch: Webboard: Indexer not insering documents

2001-01-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have downloaded and compiled 3.1.9, and after properly configurating the indexer.conf file, there seems to be some discrepency between what the indexer reports it has found, and what it actualy files into the mysql database. I

Re: UdmSearch: Speed and Indexes...

2001-01-26 Thread Alexander Barkov
Matthew Sullivan wrote: Alexander Barkov wrote: Matthew Sullivan wrote: Alexander Barkov wrote: How many records in ndict4, ndict6 tables? Find an information on how to make search faster in doc/performance.txt Matthew Sullivan wrote: ndict4 contains

Re: UdmSearch: Speed and Indexes...

2001-01-25 Thread Alexander Barkov
Matthew Sullivan wrote: Alexander Barkov wrote: How many records in ndict4, ndict6 tables? Find an information on how to make search faster in doc/performance.txt Matthew Sullivan wrote: ndict4 contains 2051909 rows ndict6 contains 1415176 rows Big enough. Try to sort tables

Re: UdmSearch: Can I remove a URL while the URL is being indexed

2001-01-25 Thread Alexander Barkov
Team JUMP wrote: I've currently got what looks like a run-a-way URL being indexed. I'd like to remove the URL from the live index. There are currently 10 indexers running. Can I simply launch a new process: ./indexer -remove http://www.problem.com/??? Will this cause an error

UdmSearch: Webboard: No data in table dict after indexer

2001-01-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: After running indexer, I found that all grabbed data stored in the table url. But there is nothing in dict,stopword and robots. So I can't find anything when I did search. I am using udmsearch3.0.23 with MySQL on Red Hat Linux 7.0

Re: UdmSearch: Webboard: MP3 file causes Segmentation fault(core dumped)

2001-01-24 Thread Alexander Barkov
There was some bug in MP3 code, and it seems to be fixed in 3.1.9 which is already available from our site. Caffeinate The World wrote: can you provide a backtrace from gdb? w/o it, it would be hard to track down the problem. --- Adrift [EMAIL PROTECTED] wrote: Author: Adrift Email:

UdmSearch: ANNOUNCE 3.1.9

2001-01-24 Thread Alexander Barkov
Hello! We would like to announce 3.1.9 release of mnoGoSearch. From ChangeLog: 24 January 2001: 3.1.9 Substring search has been added. It works in "single" and "multi" modes in both SQL and built-in versions. As far as other modes use CRC32 for words storage they do not support

  1   2   3   4   5   6   >