Webboard: Only index the URL's in the url.txt file doesn't do the job

2001-02-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I only want to run the url's which are in the url.txt file, I know there are some >links in the DB that are expired but I don't want to reindex them right now. indexer >-i -f /path-to-url.txt. starts reindexing the expired too. It is d

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Ramil Kalimullin
Hi Zenon Panoussis wrote: > > Also, I have the impression that these splittings went much faster > than previous ones. What I found a bit strange is that there was no > > Deleting from tree/nn/n/ > > activity at all. The splitting output looked like this *only*: > > /var/mn3110-

Webboard: affix and spell

2001-02-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > > Must I Clear de DB first? > I don't think so, but if there's not much in it then it might be worth clearing it >anyway. > > > Must I write the IspellCorrectFactor 0 into my config file? > No, as far as I understand it, this should on

Webboard: Only index the URL's in the url.txt file doesn't do the job

2001-02-16 Thread Filip Sergeys
Author: Filip Sergeys Email: [EMAIL PROTECTED] Message: Thank you, I will test it. What about if everybody who uses mnogosearch posted interesting parameter combination he/she used with the result that can out of it somewhere on this site. This would certainly be very usefull for the somewhat le

Webboard: Only index the URL's in the url.txt file doesn't do the job

2001-02-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Thank you, I will test it. What about if everybody who uses mnogosearch posted >interesting parameter combination he/she used with the result that can out of it >somewhere on this site. This would certainly be very usefull for the some

Webboard: Syntax of indexer with urls file ?

2001-02-16 Thread fabrice valere
Author: fabrice valere Email: [EMAIL PROTECTED] Message: how can I do in order to use a file which contain an urls list (with the indexer )? What is the syntax of the command ? What is the syntax of the urls list file ? Reply: _

MySQL INSERT

2001-02-16 Thread Alexander Barkov
Hello! I tried to implement Tunu Samuel's <[EMAIL PROTECTED]> suggestion to make MySQL code use multiple parameters in VALUES clause of INSERT statement: INSERT INTO table VALUES (),(),(),(),() Now all words are inserted in the table within the single query. This avoids much parsing ov

Webboard: Only index the URL's in the url.txt file doesn't do the job

2001-02-16 Thread Filip Sergeys
Author: Filip Sergeys Email: [EMAIL PROTECTED] Message: OK I have tested this and it seems to work. BUT: What do I need to do in this case: my indexer hanged after some time (he does that often) I kill it and restart it with indexer -s0 -v3. In my conf file I specified MaxHOps 10, after restarti

Webboard: CVS Server started

2001-02-16 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: mnoGoSearch project moved on CVS now. All users who want to get anonymous access to CVS source tree should know this: cvs server: gw.udmsearch.izhnet.ru cvs repository: /usr/src/CVS project catalog: mnogosearch login: cvs password: cvs Reply:

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Zenon Panoussis
Alexander Barkov skrev: > > OK. How does search with site or tag limits works? Search with category limits works fine. Site limits don't work at all; check http://search.freewinds.cx . You can search for "something" in power search, then limit the search to any URL in the results (or even

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Alexander Barkov
Zenon Panoussis wrote: > > Alexander Barkov skrev: > > > > > OK. How does search with site or tag limits works? > > Search with category limits works fine. Site limits don't > work at all; check http://search.freewinds.cx . You can > search for "something" in power search, then limit the > sear

Re: UdmSearch: Webboard: run-splitter

2001-02-16 Thread Alexander Barkov
Thanks! We've fixed this in 3.1.11 sources. Zenon Panoussis wrote: > > Author: Zenon Panoussis > Email: [EMAIL PROTECTED] > Message: > > run-splitter does not obey --localstatedir . If you configure > with --prefix=/usr/local/mnogo3110 --localstatedir=/var/mnogo3110 , > run-splitter comes out a

Re: UdmSearch: using $if meta symbol

2001-02-16 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

Webboard: Syntax of indexer with urls file ?

2001-02-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > > how can I do in order to use a file which contain an urls list (with > the indexer )? > What is the syntax of the command ? > What is the syntax of the urls list file ? For examle indexer -i -u list.txt will insert all URLs into da

Re: UdmSearch: space in url cause error

2001-02-16 Thread Alexander Barkov
I think the problem is not with spaces. Change MaxNetErrors indexer.conf command parameter. Caffeinate The World wrote: > > when indexing (version 3.1.10), any URL's with a space (%20) will cause > the error: > > Too many network errors for this server, skipped > > but the URL does load fine

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Zenon Panoussis
Alexander Barkov skrev: > > Did you use --enable-fast-site ? Of course I did :) The output of ./configure was ... checking for fast tag search support... yes checking for fast category search support... yes checking for fast site search support... yes ... (I have the full output of configu

Trouble installing on Mandrake 7.2 with MySQL

2001-02-16 Thread Rick Roberts
./configure seems to work fine. make returns errors: [root@laser udmsearch-3.0.23]# make Making all in src make[1]: Entering directory `/usr/downloads/udmsearch-3.0.23/src' gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/include/mysql -mpentium -DUDM_CONF_DIR=\"/usr

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Alexander Barkov
Zenon Panoussis wrote: > > Alexander Barkov skrev: > > > > > Did you use --enable-fast-site ? > > Of course I did :) The output of ./configure was > ... > checking for fast tag search support... yes > checking for fast category search support... yes > checking for fast site search support... ye

Re: Trouble installing on Mandrake 7.2 with MySQL

2001-02-16 Thread Alexander Barkov
Have you libz installed? Under which path is it? Rick Roberts wrote: > > ./configure seems to work fine. > > make returns errors: > > [root@laser udmsearch-3.0.23]# make > Making all in src > make[1]: Entering directory `/usr/downloads/udmsearch-3.0.23/src' > gcc -DHAVE_CONFIG_H -I. -I. -I..

Webboard: mnoGoSearch vs htdig

2001-02-16 Thread Tomas Karlsson
Author: Tomas Karlsson Email: [EMAIL PROTECTED] Message: Hi, Does anyone know how well mnoGoSearch does in comparison to htdig in terms of speed? I haven't been able to find any information or opinions about this. Many thanks in advance! Tomas Reply:

Re: Trouble installing on Mandrake 7.2 with MySQL

2001-02-16 Thread Rick Roberts
root@laser downloads]# whereis libz libz: /usr/lib/libz.a /usr/lib/libz.so On Fri, 16 Feb 2001, you wrote: > Have you libz installed? > > Under which path is it? > ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

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

2001-02-16 Thread Laurent LEVIER
In fact, I should implement a solution according with your thoughts about it, this way job is done definitely for the tool :) If you plan to update indexer so it automatically update this table (if exists), that's nice. But in the case indexer is killed -15, will he do the job ? At 12:03 16/0

Re: Trouble installing on Mandrake 7.2 with MySQL

2001-02-16 Thread Alexander Barkov
Rick Roberts wrote: > > root@laser downloads]# whereis libz > libz: /usr/lib/libz.a /usr/lib/libz.so > > On Fri, 16 Feb 2001, you wrote: > > Have you libz installed? > > > > Under which path is it? > > It seems that 3.0.23 version configure had incorrect behaviour when incling MySQL support in

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

2001-02-16 Thread Alexander Barkov
Laurent LEVIER wrote: > > In fact, I should implement a solution according with your thoughts about it, this >way job is done definitely for the tool :) There is also another way, to use $if(ndocs.txt) search command. External program will periodically recreate ndocs.txt and write the text to

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Zenon Panoussis
Alexander Barkov skrev: > [ul limit] > search.cgi outputs some debug to stderr and it should appear > in apache error.log. Could you check it? Can you see something? In error_log: Searching with URL limit and with nothing else: Category: / Tag : / Site_i

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Ramil Kalimullin
Hi! I've locate this bug. At http://search.freewinds.cx/ try enter "http://home.worldnet.fr/" in "limit search to domain/path" field, "test" in "keywords" field and press "submit". If you change "ul=http%3A%2F%2Fhome.worldnet.fr%2F" to "ul=http://home.worldnet.fr/" at address field, searh returns

Re: Trouble installing on Mandrake 7.2 with MySQL

2001-02-16 Thread Rick Roberts
S U P E R !!! That was it. Thanks for the help. Rick On Fri, 16 Feb 2001, Alexander Barkov wrote: > > It seems that 3.0.23 version configure had incorrect behaviour when > incling MySQL support in some cases. > > > Please try the following: > > export CFLAGS=-lz > > ../configure --with-mysql

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Alexander Barkov
It seems that search.cgi does not unescape URL limit. Check this URL with unescaped URL limit: http://search.freewinds.cx/cgi-bin/v3.cgi?ps=20&o=0&m=all&wf=22210&cat=&ul=http://www.xs4all.nl/&q=anything Zenon Panoussis wrote: > > Alexander Barkov skrev: > > > > [ul limit] > > > search.cgi

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Alexander Barkov
The bug is definitly in search,c We'll fix it on weekend. Zenon Panoussis wrote: > > Alexander Barkov skrev: > > > > [ul limit] > > > search.cgi outputs some debug to stderr and it should appear > > in apache error.log. Could you check it? Can you see something? > > In error_log: > > Sear

RE: Webboard: mnoGoSearch vs htdig

2001-02-16 Thread Briggs, Gary
For what volume of site? I used to have both set up, and for ~1G of content, they're similar. I ditched ht://Dig because it just couldn't handle the amount of content I'm indexing [roughly 15G ATM]; Mnogo is CONSIDERABLY faster for this. Gary (-; > -Original Message- > From: Tomas K

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Zenon Panoussis
Ramil Kalimullin skrev: > > I've locate this bug. > At http://search.freewinds.cx/ > try enter "http://home.worldnet.fr/" in "limit search to domain/path" field, > "test" in "keywords" field and press "submit". I tried with quotes, literally "http://home.worldnet.fr/" and without quotes, ht

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Zenon Panoussis
Alexander Barkov skrev: > > It seems that search.cgi does not unescape URL limit. > Check this URL with unescaped URL limit: > >http://search.freewinds.cx/cgi-bin/v3.cgi?ps=20&o=0&m=all&wf=22210&cat=&ul=http://www.xs4all.nl/&q=anything Yeap! This works. Z -- oracle@everywhere: The eph

Direct Database Injection And Some probably stupid questions

2001-02-16 Thread Briggs, Gary
OK, so I've been reading the source code, and I'm having real trouble with what some parts of the url table are for... Why bother to compute a crc32 for the urls? do I need it? [I'm currently using crc-multi db mode on mySQL] It seems to be the primary key, but then what's the point of rec_id? S

Webboard: cache and php frontend

2001-02-16 Thread JuanMa
Author: JuanMa Email: Message: The pages cache (no the mode cache) does not work with the last php frontend in version 3.1.10. Is it posible to active? Thanks. Reply: ___ If you want to unsubscribe sen

Re: UdmSearch: Webboard: Segfault (grrr)

2001-02-16 Thread Ramil Kalimullin
I just click on http://search.freewinds.cx/cgi-bin/v3.cgi?ps=20&o=0&m=all&wf=22210&cat=&ul=h ttp://www.xs4all.nl/&q=anything link under Windows & MSIE 5.0 :-) - Original Message - From: "Zenon Panoussis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 9:47 PM

Webboard: cache and php frontend

2001-02-16 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: It will be available in the new branch of php frontend. I will start to write it after release oh php 4.0.5 since it will use new php 4.0.5 mnoGoSearch extension functions. Reply:

Re: UdmSearch: space in url cause error

2001-02-16 Thread Caffeinate The World
--- Alexander Barkov <[EMAIL PROTECTED]> wrote: > I think the problem is not with spaces. Change MaxNetErrors > indexer.conf i have it set at 6. but when ever indexer encounters ANY urls with a space (%20) it will produce that error and goes to the next url. so for one host, i see 20+ such error

Webboard: logd ?

2001-02-16 Thread Zenon Panoussis
Author: Zenon Panoussis Email: [EMAIL PROTECTED] Message: 3.1.10 in cache mode with new cache.c mysql>select url from url where url like "%board-profile%"; [output: 445 rows] # ./indexer -C -u %board-profile% You are going to delete database 'database' content Are you sure?(YES/no)YES Indexer[16

2 questions

2001-02-16 Thread Rick Roberts
Can I run indexer and MySQL on a separate server from the web server? How do I get indexer to search through pdf files? Thanks, Rick ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Re: 2 questions

2001-02-16 Thread Laurent LEVIER
Rick, You can use a remote MySQL server. It works fine. You can index pdf files if you add a mime type for PDF, and of course the parser. xpdf is the best on Unix boxes. @+ At 18:08 16/02/2001 -0500, Rick Roberts wrote: >Can I run indexer and MySQL on a separate server from the web server? > >

1 question

2001-02-16 Thread Rick Roberts
How can I get search.cgi to look for the database (MySQL) at another host? If it requires source code mod then that's O.K.. (A point to the appropriate module would be helpful) I'm not famailiar with PHP but I could figure it out if that is the better approach. Thanks, Rick _

Re: 2 questions

2001-02-16 Thread Alexander Barkov
Rick Roberts wrote: > > Can I run indexer and MySQL on a separate server from the web server? Yes. > How do I get indexer to search through pdf files? > Use exterbal parser. Check doc/parsers.txt ___ If you want to unsubscribe send "unsubscribe general

Re: 1 question

2001-02-16 Thread Alexander Barkov
Rick Roberts wrote: > > How can I get search.cgi to look for the database (MySQL) at another host? > If it requires source code mod then that's O.K.. (A point to the appropriate > module would be helpful) DBAddr mysql://hostname/dbname/ Where hostname is DNS host name of ANOTHER host. _