UdmSearch: Webboard: HTDB crash

2001-01-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: hello all.. i try to index about 9 records in HTDB mode and indexer crashes. 1 records indexes just okay. i'm running 3.1.8 and 3.0.20, both of 'em crash. is that mnogosearch bug or is my /dev/hands faulty? thanks

UdmSearch: Webboard: Search never finds any records...

2001-01-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have a problem, I'm running UDMsearch 3.0.23, and it successfully spiders all of my sites (about 150) but whenever I try to search for anything, it never finds any information, no matter how simple the search query... My

UdmSearch: Webboard: Chinese Encoding

2001-01-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: There's a need to build a search for Chinese language site. I wonder if there's a support for encodings like Chinese or Vietnamese? Unfortunately mnoGoSearch doesn't support them Reply: http://search.mnogo.ru/board/message.php?id=1165

Re: FIX: Re: UdmSearch: php udm module (php-udm.0.1.tar.gz) returned no results

2001-01-22 Thread Alexander Barkov
Sergey, consider to upload it to our web site. It can be distributed as a separate package until PHP guys include it. Caffeinate The World wrote: where can i get the latest version of this module? it's been months and i've not seen it integrated into php and i don't want to wait months

Re: UdmSearch: can't find mysql.h

2001-01-22 Thread Alexander Barkov
Lists at JUMP wrote: No matter where I put mysql.h the config. script always says that it can't find it, so I can't compile for MySQL. Yes MySQL is up and running fine on this box. This is the error checking for MySQL support... no configure: error: Invalid MySQL directory - unable

Re: UdmSearch: Webboard: Pedantic

2001-01-22 Thread Alexander Barkov
Zenon Panoussis wrote: Author: Zenon Panoussis Email: [EMAIL PROTECTED] Message: Cosmetic bug without any consequence: If the download timeout limit is set to 8, the indexer will try 9 URLs on a server before it skips it, not only 8. Therefore I assume that one part of the programme is

Re: UdmSearch: About search.cgi

2001-01-22 Thread Alexander Barkov
Chen Zhang wrote: Hi, I am trying to install your udmsearch-3.0.23. When I was trying the last step of installation-copy search.cgi to my Apache cgi-bin dirctory. I found that the search.cgi is not a text file (perl script). So how can I manage to run it properly? It is binary CGI

Re: UdmSearch: a little doubt ...

2001-01-19 Thread Alexander Barkov
Arturo wrote: Hello there !! Suppose I want to have 3 kinds of categories in my database (lets say Biology, Law and Math). If I want to index a document in 'Biology' how can I do it. Where I must indicate mngosearch that I want 3 categories ? That is, when I use search.cgi I want to

Re: UdmSearch: splitter core dump

2001-01-19 Thread Alexander Barkov
ex t:35572 Count:35996, headerntables:8328, Array Index t:35573 Count:35996, headerntables:8329, Array Index t:35574 Segmentation fault - core dumped looks as if the array index is out of bound? --- Alexander Barkov [EMAIL PROTECTED] wrote: We are trying to discover this bug now.

Re: UdmSearch: no FFF tree in cachemode tree structure

2001-01-19 Thread Alexander Barkov
Caffeinate The World wrote: from cachemode.txt /var/tree/00/0/0 ... /var/tree/00/0/000FF ... ... /var/tree/FF/F/FFF00 ... /var/tree/FF/F/F in 3.1.9pre13, i've never seen splitter break the tree into

Re: UdmSearch: incorrect Follow behavior

2001-01-19 Thread Alexander Barkov
This is because of "Realm *". "Follow" works in combination with "Server" command and does not affect "Realm" command. We'll explain it in documentaion. Caffeinate The World wrote: using v3.1.9pre13. i have in short: DeleteNoServer no Follow path Realm * with no Server variable

Re: UdmSearch: bug report

2001-01-19 Thread Alexander Barkov
Hello! We've fixed this. The line above should be while(rtok) instead of while(s) Thanks for reporting! Nagy Erno wrote: Hello! If I index the http://niche.elte.hu/doc/packages/qt/html/annotated.html page, my indexer core dump. (gdb) bt #0 0x3ff8148a6a8 in strcasecmp ()

UdmSearch: Webboard: boolean url limit?

2001-01-19 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Is there a good way to do a boolean url limit? I'm looking to set up a search page that allows the user to select an arbitrary subset of sites from a list (i.e. individual sites are to be listed, and the user selects which sites

Re: UdmSearch: Webboard: ERROR with INDEXER

2001-01-18 Thread Alexander Barkov
Corrupted MySQL tables. Try to repair. ruben wrote: Author: ruben Email: [EMAIL PROTECTED] Message: In this moment I have a big problem, I explain it to you: Indexer show me the next ERROR while it is indexing: Jan 18 03:26:17 machine_name Indexer[9714]: [1] Error: '#1030: Got error

Re: patch for indexer to fix Content-Type [was Re: UdmSearch: how do i index mall of america (it uses servlet)]

2001-01-18 Thread Alexander Barkov
Thanks! I've applied it with minor modifications. Caffeinate The World wrote: here is a patch for 3.1.9-pre13 to fix the cases where some web servers don't follow specs and not have the space between the ':' and the kind of Content-Type. ie. it uses Content-Type:text/html

UdmSearch: Webboard: search cgi can't find template file

2001-01-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I can't get search cgi to work properly, it's looking for the search.htm file in the wrong dir quot;Can't open template file '/usr/local/udmsearch/etc/search.htm'! quot; I have it in a different directory. How can I get search cgi

Re: UdmSearch: Enhancement for udmsearch

2001-01-17 Thread Alexander Barkov
Laurent LEVIER wrote: Hi Guys, I finished playing with udmsearch in basic features. I am now on the search side of the tool. I discovered that udmsearch is providing the MIME Type of the indexed object. It means that a parser must be declared for each MIME type. I suggest an

UdmSearch: Webboard: Search in an MySql database?

2001-01-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi folks! Is there a way to get mnoGoSearch to index the content of a MySql database instead of files in a direcory? I really need a search engine that can make my users able to do a free text search in my database. I have

Re: UdmSearch: DeleteNoServer broken in 3.1.9pre13

2001-01-16 Thread Alexander Barkov
Caffeinate The World wrote: for 3.1.9pre13, settting 'DeleteNoServer no' will still result in your URLs being deleted if you don't have a corresponding Server variable for it. one way to get around this is to use the 'Realm *' setting, so that any URL will match. i think it's a

Re: UdmSearch: 3.1.9pre13 Disallow string match bug and indexer bugs

2001-01-16 Thread Alexander Barkov
Caffeinate The World wrote: Disallow NoMatch Regex \/$|\.htm$|\.html$|\.shtml$|\.phtml$|\.php$|\.php3$|\.txt$ using the above is ok. works fine to index pages with those suffixes. Disallow NoMatch */ *.htm *.html *.shtml *.phtml *.php *.php3 *.txt if i used the string match above

UdmSearch: Webboard: no index specific directory

2001-01-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have got server with directory tree: http://my.domain.cz index.html some files DIRECTORY1 DIRECTORY2 DIRECTORY3 ... ... I need index whole server, but without DIRECTORY2

UdmSearch: Webboard: removing a complete domain name

2001-01-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello. I would like to remove a link in my database (yahoo.com) but the FollowOutside option is activated (yes). So if I remove it from Server command, he continue to index yahoo.com pages because the FollowOutside option

UdmSearch: Webboard: Indexing the BODY content

2001-01-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I've just installed the version 3.1.8. Everithing works fine ... but it doesn't index anything between lt;BODYgt; and lt;/BODYgt; tokens! How is it possible? Thanks in advance. Check BodyWeight command argument in indexer.conf

Re: UdmSearch: mnogosearch 3.1.9

2001-01-15 Thread Alexander Barkov
FL wrote: I hope the pre13 will be released soon! I've just uploaded it to my server. You may take it from http://www.izhcom.ru/~bar/ We also want more people to download and test it under different platforms before final release. So everybody are welcome to take it. Hi!

Re: UdmSearch: Bug report

2001-01-15 Thread Alexander Barkov
delaigue wrote: UdmSearch version: 3.1.2.4 Platform: Bi PIII550 OS:Linux 2.4.0 Database: mysql 3.22.23 Statistics:1200 000 php4.0.4 Query error: SELECT SQL_SMALL_RESULT url_id, sum(intag) as r FROM t97955345624552494 GROUP BY url_id HAVING ((

Re: UdmSearch: I wrote a script for one of your TODO list entries

2001-01-12 Thread Alexander Barkov
Tim Eckel wrote: From your TODO list: "Make a script which can display found document with search words highlighted." See an example here: http://arcadeathome.efront.com/search/index.php?ps=10t=q=mameps=20m=and; o=0ul=arcadeathome.efront.com%2F If you click on the (Highlight) link,

UdmSearch: Webboard: Download windows version

2001-01-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I am looking for the windows version, but the link to it on search.mnogo.ru is not working. Could you send it to me ? Thank you very much. Win version is currently under reconstruction., Reply: http://search.mnogo.ru/board

UdmSearch: Webboard: indexing of doc, pdf, xls, stc. files

2001-01-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi all, What does it take to make mnogo search to undex the contents of doc, xls, pdf, ps, atc. formats? We have a large collection of documents which aren\\\'t very organized and not indexed and need a solution to organize

Re: UdmSearch: UdmSearch 3.1.9pl12 solaris 2.7

2001-01-12 Thread Alexander Barkov
for environment name SYNOPSIS #include stdlib.h char *getenv(const char *name); HTH Maciek -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Barkov Sent: Thursday, January 11, 2001 11:46 AM To: Teo Cc: '[EMAIL

UdmSearch: Webboard: Mnogo+PHP

2001-01-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: How to make search.cgi to look at search.php inside of / etc instead of looking at search.htm? sorry, i\\\'m a really begginer :) Why do you want to open search.php ? Reply: http://search.mnogo.ru/board/message.php?id=1099

UdmSearch: Webboard: docsize not set with ftp indexing ?

2001-01-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: When indexing FTP size, is it a missing feature that the docsize is not set ? Sorry for later reply. We checked ftp. It does fill docsize field. Reply: http://search.mnogo.ru/board/message.php?id=1100 __ If you want

UdmSearch: Webboard: Portugues language search problems

2001-01-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: By the way, i forgot to say that i use CRC mode, so the table NDICT, instead of having plain words in NDICT.WORD field has only numeric values can't check if there are words with ã or é letter types. Also, i really don't remember

Re: UdmSearch: Bug report

2001-01-11 Thread Alexander Barkov
Hi! It is better to send us "backtrace" gdb command results. Check doc/bugs.txt, it is explained there how to get segfaults details. Andreas Otto wrote: UdmSearch version: 3.1.8 Platform: OS:linux kernel 2.2.16 Database: pgsql Statistics:3 rows

UdmSearch: Re: Multiple formatl parser for udmsearch?

2001-01-11 Thread Alexander Barkov
Hello! Thanks for this script. We'll put it into 3.1.9 distribution. Laurent LEVIER wrote: Cheers, To be able to index most of file formats, you need to have each parser. But as suffix has never been the file format proof, I created for Unix (Windows?) systems this parsing gateway.

Re: UdmSearch: Webboard: ERROR: Cannot insert a duplicate key into unique index url_url

2001-01-11 Thread Alexander Barkov
mocha wrote: Author: mocha Email: [EMAIL PROTECTED] Message: i see a lot of these errors in my postgres log: ERROR: Cannot insert a duplicate key into unique index url_url ERROR: Cannot insert a duplicate key into unique index url_url ERROR: Cannot insert a duplicate key into

Re: UdmSearch: incremental indexing using HTDB..

2001-01-11 Thread Alexander Barkov
Anand Raman wrote: hi guys i am using the HTDB directives to index the content of my documents.. I am not able to do a incremental indexing of my database. Whenever i try to use indexer -Len -n100 -e the indexer quickly exits.. It means that you have no "expired" documents. However

Re: UdmSearch: mnogosearch 3.1.9

2001-01-11 Thread Alexander Barkov
Damon Tkoch wrote: Hello, Version 3.1.9 contains a couple of fixes I need to integrate into my sites. I have seen mention of 3.1.9pre versions, but I have no idea where I can get such. When will version 3.1.9 be released? Where may I download the prerelease versions of 3.1.9? We

Re: UdmSearch: strptime remove when?

2001-01-11 Thread Alexander Barkov
Niklas Fondberg wrote: I saw that it is still there in mnogosearch-3.1.9.pre12... taken from search_tl.c: - time_t dmy2time_t(char *str){ struct tm t; time_t ts; UDMMEMZERO(t, sizeof(t)); strptime(str, "%d/%m/%Y", t); ts=mktime(t); /*

Re: UdmSearch: Default database not working in 3.1.7/3.1.8

2001-01-11 Thread Alexander Barkov
Darko Koruga wrote: Hi all, I've sucesfully compiled installed mnoGoSearch v3.1.7 and v3.1.8 using the built-in database. However the search always fails. I've done some debugging and actual entries are found however looks like Res in search.c that calls udmFind() is not properly

Re: UdmSearch: Webboard: use of Clone variable

2001-01-11 Thread Alexander Barkov
mocha wrote: Author: mocha Email: [EMAIL PROTECTED] Message: what are the uses of the \'clone\' variable? there isn\'t much documentation on this except: ### #Clones yes/no # Allow/disallow clone eliminating #

Re: UdmSearch: Webboard: indexing directly in the mysql database??

2001-01-11 Thread Alexander Barkov
Stephan wrote: Author: Stephan Email: [EMAIL PROTECTED] Message: Hello! I have set correclty the indexer.conf file with the correct mysql configuration. And when I type ./indexer he index normal all data in two files in the directory /var But why don\'t he index directly in the SQL

Re: UdmSearch: anyone using (super fast) cache mode indexing?

2001-01-11 Thread Alexander Barkov
Hello! Caffeinate The World wrote: i'm currently using pgsql and mnogosearch 3.1.8 and searching takes forever -- especially when searching for multiple words. i looked into the new cache indexing mode and it seems fantastically fast. you can try it out at:

Re: UdmSearch: Webboard: Indexing just 1 page

2001-01-11 Thread Alexander Barkov
Add this line: Server http://www.worldtempu.com/ Presedo Roberto wrote: Author: Presedo Roberto Email: [EMAIL PROTECTED] Message: Hello, It\'s the first time I use mnoGoSearch, and I\'m quite lost ;) I want to index for the first time my web site. The indexer.conf is this one :

Re: UdmSearch: UdmSearch 3.1.9pl12 solaris 2.7

2001-01-11 Thread Alexander Barkov
Hi! Teo wrote: I tried to compile UdmSearch 3.1.9pl12 (from izhcom.ru/~bar) on Solaris 2.7 on Sparc, and failed. Constant INADDR_NONE (used in cache.c, line 52) is undefined under Solaris. Under linux, it is defined as 0x in netinet/in.h. It is used to check inet_addr result,

Re: UdmSearch: UdmSearch 3.1.9pl12 solaris 2.7

2001-01-11 Thread Alexander Barkov
There is no setenv and unsetenv (used in execget.c) is Solaris either (linux manual says they are in BSD 4.3 standard, not standart in Solaris). I don't know how to bypass this one. Does Solaris have putenv() function? __ If you want to unsubscribe send "unsubscribe udmsearch"

Re: UdmSearch: Webboard: Indexer and search too slow!

2001-01-11 Thread Alexander Barkov
Add "#define DEBUG_SQL 1" into sql.c and recompile. Then run search.cgi from command line. it will display queries and their execution time to stdout. Then send results to the list. P.S. search.cgi takes first command line argument as a search query when executed directly, without HTTP

Re: UdmSearch: Bug report

2001-01-11 Thread Alexander Barkov
Hello! We've fixed this is 3.1.9 sources. Thanks for reporting. Sergey Kadurin wrote: UdmSearch version: UdmSearch v.3.0.23/MySQL Platform: OS:Linux 2.2.17(data machine) and Linux 2.0.38 (www server) Database: MySQL 3.23.29-gamma Statistics: UdmSearch

Re: UdmSearch: Webboard: Indexer dies at seemingly random intervals

2001-01-11 Thread Alexander Barkov
Does indexer hung on local web space or remote servers which are far from indexer's machine? mocha wrote: Author: mocha Email: [EMAIL PROTECTED] Message: i\'ve seen this too. i would start like 10 indexer processes and let them run overnight. then when i wake up in the morning, i see

Re: UdmSearch: mnogosearch 3.1.9

2001-01-11 Thread Alexander Barkov
Nagy Erno wrote: Hi! The current is 3.1.9pre12 and it is working well. I wait for the next (pre)release, because it needs a several patch, but Alex said to me that their version is as different as he can't patch the source easy with my patch. I hope the pre13 will be released soon!

Re: UdmSearch: Webboard: Indexer dies at seemingly random intervals

2001-01-11 Thread Alexander Barkov
Hi! We've rewrote timeouts handling in upcoming 3.1.9 so it should work fine now. Caffeinate The World wrote: --- Alexander Barkov [EMAIL PROTECTED] wrote: Does indexer hung on local web space or remote servers which are far from indexer's machine? indexing all from remote

UdmSearch: Webboard: this search enihe doesn\\\'t work with russian language

2001-01-10 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: hi! i have problems with _russian_encoding_. the engine works prefectly with english words. unfortunately it returns nothing while i\\\'m trying to find russian words. there is file dict.txt and it has russian words. i have red hat

UdmSearch: Webboard: meta tags

2001-01-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: is there any possibilty to make mngoSearch use more meta tags than the description and keywords tags in its search ? i mean especially the dublin core tags id be grateful for any help thanx No. It is not possible but easy

UdmSearch: Webboard: Results by document date

2001-01-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! How can I display the results of the search, using the document\\\'s date? At this moment, UmdSearch shows the date when I \\\'indexing\\\' the web. Thanks a lot. It displays Last-Modifed field from HTTP headers

UdmSearch: Webboard: Results by domain

2001-01-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have a website serving 10 domains and I would like to achieve that I have one search database for all 10 domains. I would then like to setup a search page on each sitea and from each particular interface users could get results only

Re: UdmSearch: What about CheckOnly

2001-01-04 Thread Alexander Barkov
Nagy Erno wrote: What do mnogosearch if a url match to a CheckOnly rule? If I understand well, it will be inserted into the url table only, but nothing else. What is its sense? Will it change the search or indexing results in any way? indexer will send "HEAD" instead of "GET"

UdmSearch: Webboard: MnoGoSearch Doc Files

2001-01-04 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Tanx for the tip, but what i meant is where can i find other documentation, like documents written by users, tips for beginners, etc...along the ones that come with MnoGoSearcH? I guess you will agree with me that the documentation

UdmSearch: Webboard: indexer

2001-01-04 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have udmsearch setup and partly working. It indexes, but it picks and chooses what it wants to index. I have several different dir\\\'s in doc root i need indexed recursively. for example: /kb /site2 /site3 /site4

UdmSearch: Webboard: stopword regexp

2001-01-04 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: is ist possible to define a stopword regexp, this will prevent trashing the word index. f.e. ( .[A-Z] ) No. Regex comparison is very slow operation this is why we don\'t use it for stopwords. Note that you can use MinWordLen command

UdmSearch: Webboard: url list file

2001-01-04 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: is it possible to use a url-list file for the server command, without writing server http:// ? No. Reply: http://search.mnogo.ru/board/message.php?id=993 __ If you want to unsubscribe send "unsubscribe udms

Re: UdmSearch: custom sql table names

2001-01-04 Thread Alexander Barkov
You are right. We've write it to our TODO. Caffeinate The World wrote: it would be nice to have the option to set our own custom sql table names. maybe in indexer.conf or something. but clients will have to get these table names somehow too. often times webhosts only allow one DB and

Re: UdmSearch: indexer control like -t for tag but for category?

2001-01-04 Thread Alexander Barkov
Caffeinate The World wrote: since we can tell indexer which tag to index, will we be able to do this for categories as well? It is not possible now. We've wrote it to our TODO. __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

Re: UdmSearch: Index Flagging

2001-01-04 Thread Alexander Barkov
Mario Gray wrote: Hello, I have been playing around with the source code for only 2 weeks now, but I think that this is an awesome search engine with lots of potential. I have been working on an extention that I needed, but came accross a couple of hitches. Is there a way to

Re: UdmSearch: Webboard: filthy! help me with this new toy

2001-01-04 Thread Alexander Barkov
Your relay is listed in ORBS database. This means that your mail machine is potential spam gate. Ask your system administrators to fix the problem. Visit www.orbs.org for more information. mike wrote: Author: mike Email: [EMAIL PROTECTED] Message: WHy can i email the mail list or

Re: UdmSearch: Problems with udmsearch, from 3.0.23 until 3.1.8 at least

2001-01-03 Thread Alexander Barkov
Hello! It seems to be fixed in upcoming 3.1.9 sources. Laurent LEVIER wrote: Gents, Indexing with udmsearch, after a random while, parser's stdout is no longer "redirected" to indexer. I checked using stderr stdout differential redirect to ensure... Probably a bof or sof

UdmSearch: Webboard: stopwords for PostgreSQL

2001-01-03 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: i see only mention of stopwords for mysql. can that functionality be used with PostgreSQL as well? stopwords support works for all databases. Reply: http://search.mnogo.ru/board/message.php?id=980 __ If you want

Re: UdmSearch: Bug report

2001-01-03 Thread Alexander Barkov
Hi! Thanks for reporting. We'll fix it. Niklas Fondberg wrote: UdmSearch version: 3.1.8 Platform: powerpc G3 OS:rhapsody mac os x (BSD) Database: mysql 3.22.32 Statistics:NA 4.0.1 in src/search_tl.c line 53 a call is made to strptime which I

Re: UdmSearch: compiling error (bug) and the resolve

2001-01-03 Thread Alexander Barkov
Hi! Thanks for reporting! Nagy Erno wrote: Hello! I couldn't compile the 3.1.9.pre12 version, because there is a snprintf instead of udm_snprintf in ftp.c. Please fix it in next (pre)release. Thanks, Ned __ If you want to unsubscribe send "unsubscribe udmsearch"

UdmSearch: Webboard: MnoGoSearch Doc Files

2001-01-03 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! Does anyone knows where i can get better documentation files relative to MnogoSearch in the WWW? if anyone could send me an URL i would be most gratefull! Tanx in advance! Documentation is supplied together with the sources

Re: UdmSearch: indexer.conf

2001-01-03 Thread Alexander Barkov
Nagy Erno wrote: I have some question about indexer.conf in version 3.1.9-pre12 # Examples # Allow everything: #Allow .* It looks like not fixed from previous version. Thanks for noticing this. It should be "Allow *" # Note that '?' has special meaning in "String" match type.

Re: UdmSearch: What about CheckOnly

2001-01-03 Thread Alexander Barkov
Nagy Erno wrote: Hi! What do mnogosearch if a url match to a CheckOnly rule? If I understand well, it will be inserted into the url table only, but nothing else. What is its sense? Will it change the search or indexing results in any way? indexer will send "HEAD" instead of "GET"

Re: UdmSearch: Disallow or Allow affect Follow world?

2001-01-03 Thread Alexander Barkov
Caffeinate The World wrote: to quote from the docs: "indexer will walk through the ANY found URLs and will jump between different servers. Theoretically, it will index all Internet in this case if there are no harware limits :-)" does that mean that the variables Allow or Disallow

Re: UdmSearch: search.cgi fails on 2nd page with 37 words in the search

2000-12-29 Thread Alexander Barkov
We've fixed it in upcoming 3.1.9 sources. Gene King wrote: I have a search that returns 37 words. When I try to go to the 2nd page of the search, no results are displayed. It works fine with 10 per page or 50, but not 20. First page is fine. It shows 20 results but nothing if you try to go

Re: UdmSearch: help with htdb

2000-12-27 Thread Alexander Barkov
04PM +0400, Alexander Barkov wrote: It seems that you are using old front-end for 3.0.x with 3.1.x indexer. If it is PHP front-end, check config.php. You may choose database format there. Anand Raman wrote: thanx alexander.. I inserted the HTDBDoc indexer command and things have start

UdmSearch: Webboard: Cluttering httpd access logs

2000-12-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: When I run indexer, it clutters up my apache access logs... it looks like the server is spidering itself (which it is). I am using it to search a mailing list archive (about 55,000 documents so far), so it really bulks up my access

UdmSearch: Webboard: Make error what to do?

2000-12-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: cc -g -O2 -DUDM_CONF_DIR=\\quot;/usr/local/udmsearch/etc\\quot; -DUDM_VAR_DIR=\\quot;/usr/local/udmsearch/var\\quot; -o search.cgi search.o libudmsearch.a -L/usr/local/mysql/lib/mysql -lmysqlclient /usr/bin/ld: Undefined

Re: UdmSearch: Webboard: Simple htdb

2000-12-26 Thread Alexander Barkov
Hello! Sorry for late reply! It seems that your documents are succesfully indexed. Take a look into **dict** tables depending on DBMode being used. Are there any records there? John Doe wrote: Author: John Doe Email: [EMAIL PROTECTED] Message: I indexed a simple table in mysql db but

UdmSearch: Re: Parsers behavior changes indexing remote or local data

2000-12-26 Thread Alexander Barkov
Hi! In upcoming 3.1.9 we added a possibility to ignore remote Content-Type value. Laurent LEVIER wrote: Hi, I jumped into Alex code and found the reason why indexer has different behavior with same conf file, except server lines. When indexing localdata, indexer has to determine

Re: UdmSearch: help with htdb

2000-12-26 Thread Alexander Barkov
Hi! Did you also specify HTDBDoc query? Anand Raman wrote: hi guys I am trying to index a dynamic site where almost all the pages are generated thru a php program. My indexer.conf reads HTDBList select

Re: UdmSearch: manually deleting some urls

2000-12-25 Thread Alexander Barkov
FL wrote: Hi! I've indexed some sites that are too wide for my old poor server and somewhat not really interessing for my search engine. I can reindex my database to delete this urls, but how should I drop them directly from mysql ? I hope I can use something like DROP ... WHERE url

Re: UdmSearch: find a substring

2000-12-25 Thread Alexander Barkov
Hi! It is not supported. Dmitry Sivachenko wrote: Hello! Is it possible to tune search.cgi to search for a substring instead of the whole word. For example, if I have the word "Makefile" indexed, I want it to be found when I enter "makef" string. Thank you in advance, Dima.

UdmSearch: Webboard: IBM DB2 support

2000-12-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Can IBM DB2 database engine, ported to linux Ver 7.0, be used in udmsearch?? If possible what steps need to be taken to proceed! ~Thanks It hasn't native DB2 libraries support. Probably it will work through either unixODBC or iODBC

UdmSearch: Webboard: Mirroring

2000-12-19 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Sorry for late reply. If a page that had previously been indexed has been removed from the web, indexer will remove it from the database when re-run. Depends on DeleteBad yes/no configuration. Take a look into indexer.conf-dist

Re: UdmSearch: Bug report

2000-12-19 Thread Alexander Barkov
Chi wrote: UdmSearch version: 3.1.7+ Platform: Intel OS:Solaris Database: 3.23.27 Statistics:not much 4.03pl1 When using the basic_auth field with a server table, the username and password are passed wrong. It works when the BasicAuth field

Re: UdmSearch: Perl News-Frontend does not escape or as lt; orgt;

2000-12-19 Thread Alexander Barkov
Matthew Sullivan wrote: Hi, Emre Bastuz wrote: Hi, in my newsgroup archive the Perl news frontend does not always escape the or signs when presenting a search result. However this is not always the case - usually it works but searching for "textarea" gives an unreadable

UdmSearch: Re: Please help me!

2000-12-18 Thread Alexander Barkov
What do you mean built-in database? Chu Lam Thai wrote: Dear Sir, I have just downloaded udmsearch from you website. I also have tested the system with following: - OS: solaris 7 for x86. - DBMS: mysql 3.22.x I wonder that if the system can index built-in database of website

Re: UdmSearch: Skipped URLs for network errors

2000-12-18 Thread Alexander Barkov
Laurent LEVIER wrote: Hi ! I was wondering. I got multiple errors on a site (dont know why suddenly it happened). So indexer skipped many URLs. What happen with these ? If I relaunched indexer, will it check again ? Oops. Sorry for my previous letter. What errors did you get?

UdmSearch: Re: Skipped URLs for network errors

2000-12-18 Thread Alexander Barkov
Laurent LEVIER wrote: Hi ! I was wondering. I got multiple errors on a site (dont know why suddenly it happened). So indexer skipped many URLs. What happen with these ? What do you mean "skipped many URLs" ? __ If you want to unsubscribe send "unsubscribe udmsearch" to

Re: UdmSearch: My script

2000-12-16 Thread Alexander Barkov
/2000 +0400, Alexander Barkov wrote: There was major bug in "include" code in 3.0.x versions. It's fixed in 3.1.x. So, you are welcome to upgrade. Laurent LEVIER wrote: All the common stuff... Allow, Disallow, Mime, ... Here it is... # Indexer configuration file for loc

UdmSearch: Re: New version, new weird behavior

2000-12-16 Thread Alexander Barkov
Laurent LEVIER wrote: Hi guys, I switched to 3.1.8. Seems to work much better, but found some strange things. So I still got my main file, and my include. My include is now common for all files (some indexing local, other indexing remote data) and works fine. This global file is:

Re: UdmSearch: My script

2000-12-15 Thread Alexander Barkov
$ AddType application/unknown .* Mime application/unknowntext/plain "/argosnet/system/udmsearch/bin/udm-gw $1" At 13:07 14/12/2000 +0400, Alexander Barkov wrote: Hi! What commands are in included files? Laurent LEVIER wrote: Hi, After inve

Re: UdmSearch: Webboard: ColdFusion Front-End

2000-12-15 Thread Alexander Barkov
Hi! As I know nobody has it done. Ernesto Vargas wrote: Author: Ernesto Vargas Email: [EMAIL PROTECTED] Message: I'm intresting in start developing a front end for Allaire ColdFusion. Does any body have done any work on this? __ If you want to unsubscribe send "unsubscribe

Re: UdmSearch: compile mnogosearch-3.1.8 on linux 2.??

2000-12-15 Thread Alexander Barkov
That's very strange that you have not READ permissions to standard include files. Usually they are available for non-root users. Ask your administrator. [EMAIL PROTECTED] wrote: I'm a real novice - so my question: I don't have root-rights on my server! any idea? (workaround?) any help

Re: UdmSearch: My script

2000-12-14 Thread Alexander Barkov
Hi! What commands are in included files? Laurent LEVIER wrote: Hi, After investigating everywhere, seems that a file I include is not read. Changing the DeleteNoServer in this file does not change anything, but in the main one it changes the behavior. My main file looks like:

UdmSearch: Webboard: Phrase search?

2000-12-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: This is not implemented Reply: http://search.mnogo.ru/board/message.php?id=909 __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

Re: UdmSearch: Newcomer

2000-12-11 Thread Alexander Barkov
Hi! Laurent LEVIER wrote: Hi Guys, I am new with Udmsearch. I am currently playing with it to index Security/hacking www sites. I will also index as category (multiple databases) and will try to merge these databases to create a common one at the end. This is my hardest challenge.

UdmSearch: Webboard: Index only from a given dictionary

2000-12-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: hello, I have my own business dictionary and would like UDM to only index those words and ignore the rest I guess ispell will not do the trick...has anyone done any modifications?? This is not implemented. Reply: http

UdmSearch: Re: another doubt ...

2000-12-11 Thread Alexander Barkov
Hi! Arturo wrote: Hello again , I have developed a simple cgi that allows the user to simplify the process of writing the search query. The user fill in the fields and choose the boolean operators that want to use. The cgi creates the search query. Could you send an URL with working

UdmSearch: Re: a new problem ...

2000-12-11 Thread Alexander Barkov
Hi! It seems that there is a bug in boolean query code. We'll fix this in upcoming 3.1.9 release. Thanks for reporting! Arturo wrote: Hello Mr. Barkov, finally I could the UdmSearch v.3.1.8 install. Now I have proved some boolean search querys and some of them have problems. For

Re: UdmSearch: My script

2000-12-11 Thread Alexander Barkov
Laurent LEVIER wrote: Hi, I tested my script by hand, giving it one argument, the file name, and it seems to work fine. But I got some problems with udmsearch. It seems indexing a directory full of .doc (that are decoded when I do the test by hand) that udm indexes nothing... I

Re: UdmSearch: My script

2000-12-11 Thread Alexander Barkov
Disallow \.ps$|\.ps\.Z$|\.ps\.gz$|\.eps$|\.eps\.Z$|\.eps\.gz Disallow \.pdf$|\.pdf\.Z|\.pdf\.gz Disallow \.zip$|\.rar$|\.zoo$|\.lha$|\.arj$|\.lzh$ Am I right ? At 00:57 12/12/2000 +0400, Alexander Barkov wrote: Laurent LEVIER wrote: Hi, I tested my script by hand, giving it

<    1   2   3   4   5   6   >