Webboard: PHP frontend

2001-08-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Check here: http://www.php.net/manual/en/ref.mnogo.php It is also covered in documentation supplied with PHP distribution. I'd like to install mnogosearch search engine on my site. So, I work on computer and I'm beginners with php

Re: Bug report

2001-08-07 Thread Alexander Barkov
Jester wrote: Perl I think it\'s the problem of indexer.conf. In the indexer.conf, I have set: \Alias http://xxx.xxx.com/ file:/root/html/ Server file:/root/html/\ In the old version(3.1.17), it can index the files according to server path \/root/html\ and display

Re: NEW PHP Interface Problem

2001-08-07 Thread Alexander Barkov
LaBonte, Brandon wrote: Has anyone seen these errors, I have checked, and can connect to the Oracle server without a problem from the machine.. Warning: Supplied argument is not a valid mnoGoSearch-Result resource in /usr/local/searchtest/htdocs/search.php on line 50 Warning: Supplied

Webboard: 3.20 search problem

2001-08-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Testing 3.20,I have 3.17 working fine in cache mode indexer runs and database grows using 3.20--run splitter creates word files,although some are not being created,I will assume this is because there is nothing to store yet

Re: how I can limit my internet channel load when indexer runs?

2001-08-07 Thread Alexander Barkov
Roman Kuzmenkov wrote: Hello general, I am running mnogosearch 3.1.17 and I'm have some questions. When I'm running indexer, it loads my internet channels as much as possible? Can it take away all my inetrnet channel capacity or I can adjust indexation speed somehow? There is no direct

Re: What is wrong with my indexer.conf?

2001-08-08 Thread Alexander Barkov
James Madill wrote: OK. Adding: URL http://arachnia.mc.duke.edu/madil001/ to the indexer.conf file with: Realm http://arachnia.mc.duke.edu/madil001/ or Realm http://arachnia.mc.duke.edu/madil00* now works, but what I am actually wanting to do is to index

Webboard: indexer failed??

2001-08-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Use Server http://localhost/ with trailing slash. This is long standing bug that indexer doesn't do it itself. I'm trying 3.2.0.b0 for Multi-byte support The indexer always stop at this point [root@dns etc]# ../sbin/indexer

Webboard: Bug with external Parsers and Index No?

2001-08-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: We won't fix this in 3.1.17 sources. Quick workaround for this: Create a shell script: #!/bin/sh echo body pdftotext $1 - echo /body And use it instead of direct execution of pdftotext. Don't forget to change parser's output format

Re: Webboard: ver 3.2 and utf-8 site problem

2001-08-08 Thread Alexander Barkov
Hello! I attach the patch which fixes this. Thanks for reporting this! prochor wrote: Author: prochor Email: [EMAIL PROTECTED] Message: I have to use 3.2 because I need to index utf-8 site. Try this URL http://newweb2.nextra.cz/cgi-bin/search.cgi?q=Nanynkaps=10o=0m=allwf=22210ul=

Webboard: Segmentation Fault

2001-08-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I changed UDM_MAXTEXTSIZE to 10240 (10k) and got a segmentation fault whenever it tried to index some URLs (which seemed to be the larger pages, but I didn't experiment too much with it). I just changed it to 4096 (4k) and now

Re: unixODBC or MyODBC

2001-08-08 Thread Alexander Barkov
Andre Pfeiler wrote: Hello, does anyone know, if mnoGoSearch works with unixODBC-2.0.8 or MyODBC-2.50.37 driver? i can´t find unixODBC-1.7 driver. Hi! We didn't test mnogosearch with unixODBC since it's 1.7. But I hope it should work with 2.0.8 too. Feel free to test it :-) BTW.

Announce 3.2.0.b1

2001-08-08 Thread Alexander Barkov
Hello! Next 3.2.0.b1 pre-relase of new development branch is available from our site http://www.mnogosearch.org In this pre-release: * Content encoding support added (currently gzip only). Requires libz to compile. Use --with-libz to activate. * Fixed that $(DE) template

Re: Duplicate URLs

2001-08-13 Thread Alexander Barkov
Dominique Asselineau wrote: Hello, Is there a manner to avoid duplicate URLs ? E.G. path/file.html = path//file.html = path/./file.html orpath/index.html = path/ indexer should detect duplicate documents. Use Clones yes command in both search.htm and indexer.conf

Re: User rights on mnoGoSearch Database?

2001-08-13 Thread Alexander Barkov
Andre Pfeiler wrote: Hello, #1045: Access denied for user: 'foo@localhost' (Using password: YES) i solve the problem.it works now! but wich user rights(permissions) do the mnoGoSearch mysql database need for the mysql user foo? INSERTs, UPDATEs, DELETEs, SELECTs.

Webboard: follow links to remote pages?

2001-08-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, one more question it is possbel to follow links to remote pages šandššon remote sites to index them? Greets Andre Yes, Use Follow world indexer.conf command Reply: http://www.mnogosearch.org/board/message.php?id=2828

Webboard: hot to add charset into mnogosearch

2001-08-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I'm Thai people and Thailand use charset tis-620 or iso8599-11 but mnogosearch v. 3.2.0b1 not have tis-620 and iso8599-11 charset. where i can find document about add charset into mnogosearch ? help me please :^) I'll add Thai

Webboard: hot to add charset into mnogosearch

2001-08-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I'm Thai people and Thailand use charset tis-620 or iso8599-11 but mnogosearch v. 3.2.0b1 not have tis-620 and iso8599-11 charset. where i can find document about add charset into mnogosearch ? help me please :^) OK. Now mnoGoSearch

Webboard: Disallow http://*/*/* command

2001-08-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, where must i specify in the indexer.conf the Disallow http://*/*/* command? i tried it in line 320 and got an error: Error in config file '/usr/local/mnogosearch/etc/indexer.conf' line 320: Diallow http://*/*/* Check

Webboard: Weight commands

2001-08-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, what are the the highest and lowest numbers for example for the(Weight) quot;KeywordWeightquot; command? higher value = better match? In 3.1.x take a look into doc/search.txt, into this section: Changing different document

Webboard: Indexer loop in 3.2.0.b0

2001-08-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Thanks for reporting, we'll check it. I use the Version 3.2.0.b0 and the indexer get following results: http://www.working-retriever.com/ http://www.working-retriever.com// http://www.working-retriever.com/// http://www.working

Webboard: Multi-lingual indexing

2001-08-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: i have a multi-lingual Oracle database which includes english and korean,chinese and japanese IF i use local charset in indexer.conf EUC-KR (korean0 then the indexer works however i need to be flexible and multilingual. When i

Webboard: what about PHP pages?

2001-08-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: How does this engine work? Will it search locally all my PHP pages and read the PHP sources (he code) or the processed PHP pages? It will index source code when if indexing is performed from local disk. Reply: http

Webboard: Indexer loop in 3.2.0.b0

2001-08-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Quick fix until this is not fixed. Add Disallow *//* into your indexer.conf I use the Version 3.2.0.b0 and the indexer get following results: http://www.working-retriever.com/ http://www.working-retriever.com// http

Webboard: Multi-lingual Indexing problem..

2001-08-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: However, I experienced a big problem when compiling mnogosearch-3.2.0.b1. When I compile the mentioned version of the search engine, I got the following error messages: quot;/usr/local/src/mno320b1/src/sql.c:1364: undefined

Webboard: Realm not working

2001-08-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Please send me whole indexer.conf Hello, i only want to index .de and .org tlds , i use Realm http://*.de/* Realm http://*.org/* i have tried Realm Regex ^http://.*\.de/ Realm Regex ^http://.*\.org/ both methods

Webboard: how to add charset into mnogosearch

2001-08-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi , I permit to send you this email, regarding the question you had in http://search.mnogo.ru/board/message.php?id=2834; and how to add new charset for thai language. Did you finally succeed and how ? Thanks for your answer

Re: URL case insensitive problem

2001-08-20 Thread Alexander Barkov
Problem is that MySQL case-insensitive. I have no ideas how to overcome this problem. Maxime Zakharov wrote: Dominique Asselineau wrote: mnoGoSearch 3.1.17 platform: Sun Sparc OS: Solaris 2.5.1 Database: MySQL 3.22.32 Hello ! At indexing time, it seems the

Re: Weight Values

2001-08-20 Thread Alexander Barkov
Hello! Please read doc/search.txt. It is described there how to change various document parts weights at a search time. P.S. BodyWeight does not affect indexing speed. Andre Pfeiler wrote: Hello, the default BodyWeight is 2 for example if i set it to 500, does it slow down the index or

Re: ignore accent while doing search

2001-08-20 Thread Alexander Barkov
eDaama.org wrote: Hi all, I'd like to ignore accent while searching. For example, find documents containing évaluer when tapping evaluer. Is there a simple way to configure mnoGoSearch? There is no an easy way, you have to hack code. Add a function which will convert accented

Webboard: compiling on alpha makes PROBLEMS

2001-08-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: thx ill try, no i tried version 3.2b with build in db support -gt; segmentation faul (on 4.0 and 5.1) version 3.1.18 is working on 5.1a but it does not index anything... 170 root@mamba sbin] ./indexer -a 171 root@mamba sbin

Re: Problem with Oracle8i and mnogosearch 3.1.18

2001-08-20 Thread Alexander Barkov
Frank Ridderbusch wrote: Hi folks, I'm having problems with mnogosearch in connection with Oracle8i. I'm getting the following output: utensil:/usr/local/httpd/mnogosearch/etc # ../sbin/indexer -v2 Indexer[12392]: indexer from mnogosearch-3.1.18/Oracle8 started with

Re: run several indexer processes ./indexer -N 5

2001-08-23 Thread Alexander Barkov
Andre Pfeiler wrote: hello, You can run several indexer processes with different configuration files on different MySQL databases. how must i configure it to run ./indexer -N 5 on 5 diffrent databases? or iso ne database enough for ./indexer -N 5 ? . with different

Re: Indexer runs, no records in url table

2001-08-23 Thread Alexander Barkov
Derek Santos wrote: What version of mnoGoSearch are you using? 3.1.19 Probably, you compiled with built-in database support, not with MySQL support. Well yes, I selected that. But I also selected mysql a couple of prompts later in the auto-config script. Are you saying you can

Webboard: Performance benchmark

2001-08-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Usinf Mysql , Linux or Win 2000 ? I don't think OS singnificantly affects performance if you are going to use MySQL on both. Reply: http://www.mnogosearch.org/board/message.php?id=2921

Re: URL indexing

2001-08-24 Thread Alexander Barkov
Pascal ERCEAU wrote: Hi, I'm using mnogosearch 3.1.19 on Redhat 7.1 with mysql 3.23. How can i remove the directories from the search ? There are two ways. 1. Add Disallow command into your indexer.conf 2. If it is your site and you are able to edit it's contents, you may also use

Re: search.cgi returns no data???

2001-08-25 Thread Alexander Barkov
Derek Santos wrote: Hello, I am using version 3.1.19 My indexer has run and populated the mysql tables without any problems. I have configured the search.htm in /etc If I call search.cgi from command line, I get output for the HTML page. If I do search.cgi foo I get output for a

Re: search.cgi returns no data???

2001-08-26 Thread Alexander Barkov
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Barkov Sent: Saturday, August 25, 2001 12:28 PM To: [EMAIL PROTECTED]; Derek Santos Subject: Re: search.cgi returns no data??? Derek Santos wrote: Hello, I am using version 3.1.19 My indexer has run and populated the mysql tables

Re: servers

2001-08-26 Thread Alexander Barkov
Den wrote: Hello! How can I get host list from search result? It is possible to enter search restriction one document from host? Unfortunately no... ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

Webboard: indexing a multi-language site

2001-08-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, I am trying to index a site which is in 4 diff. languages.. the user chooses the language on the splash page, then a cookie is set, and every page is shown in the corrisponding language according to the cookie... I would like

Webboard: Mutiple indexer -N one Database

2001-08-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, the command š ./indexer -N 5 š is not recommended to run with one database and one indexer.conf file? did i understood that right? Why did you think so? You may use this command. It makes indexing faster. Don't forget

Webboard: Multi-lingual Indexing problem

2001-08-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: If i set LocalCharset EUC-KR in indexer.conf, It work fine. However, If i set LocalCharset EUC-KR in indexer.conf, Below error message Indexer[14062]: [1] Error: 'Oracle - ORA-01756: quoted string not properly terminated

Re: Question

2001-08-27 Thread Alexander Barkov
Matt Juszczak wrote: Hello, I had a question... I wanted to know if there was anyway I could server side include the results of a search through mnogosearch. In other words, I put a search box, and I can submit it to the current page (basically submit it to itself), and then do a:

Webboard: Weight Factor

2001-08-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I found the following weight factor in search.htm.dist: lt;SELECT NAME=wfgt; lt;OPTION VALUE=11 SELECTED=quot;$wfquot;gt;all sections lt;OPTION VALUE=22 SELECTED=quot;$wfquot;gt;Description lt;OPTION VALUE=202000 SELECTED

Webboard: Local indexing

2001-08-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: You must pass URLs, not file names. Incorrect: /path/to/file Correct: file:/paht/to/file I'm having problems with the Alias command as well. At least I think that's where the problem is occuring. I'm trying to feed files

Webboard: Weight Factor

2001-08-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I did read through search.txt, but I am confuse about the differences between the explanation in search.txt and the one in search.htm.dist. E.g. in search.htm.dist, $wf=200200 will search through Titles, but it search.txt

Webboard: Weight Factor

2001-08-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Tanx for ur explanation... So, it means that if I add the left most '2', it will also search through words between lt;a href=XXXgt; and lt;/agt;? Thats's right. Note that it will work if those words was indexed, i.e. non zero

Webboard: Limiting length of URL

2001-08-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello. I was just wondering if ther was a way with mnogosearch to limit the length of a URL. In other words, right now a standard listing would print the following to the screen: 1. Mydomain.com - /Music/Crash Test Dummies

Re: Webboard: Weight Factor

2001-08-28 Thread Alexander Barkov
Andreas Sartori wrote: how can i only search MIME types, What do you mean MIME types? keywords and desc? i dont want tu do a full index of all html text. If you want to index only keywords and description, use all XXXWeight 0, except TitleWeight and DescWeight.

Re: Webboard: Limiting length of URL

2001-08-28 Thread Alexander Barkov
the length short? -Matt On 28 Aug 2001, Alexander Barkov wrote: Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello. I was just wondering if ther was a way with mnogosearch to limit the length of a URL. In other words, right now a standard listing would print

Webboard: Help with virtual hosts

2001-08-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, we use Apache on Linux with following DNS config. : (1) intranet.aaa.bbb.com /www/intranet (Startpage) (2) test1.intranet.aaa.bbb.com /www/intranet/test1 (3) test2.intranet.aaa.bbb.com /www/intranet/test2 (4) test3

Subsets

2001-08-28 Thread Alexander Barkov
Hello! Long time ago (Fri, 12 Nov 1999) Eric Mings wrote this message: ...whether udmsearch can be modified to allow for multiple url tables to store information based upon a user criteria (such as storing different subsets of sites indexed) in a table of their choice. Check whole

Webboard: HELP.. indexer stops following links on some documents...

2001-08-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I tryed this already... but indexer is not even considering the links... like they are not there... they are .php pages, dynamically generated, but that shouldn't do any difference, right...? What would prevent indexer from

Re: Webboard: Limiting length of URL

2001-08-28 Thread Alexander Barkov
=ereg_replace('\$DU', substr($url,0,50), $str); that's all! MJ -Matt MJ On 28 Aug 2001, Alexander Barkov wrote: Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello. I was just wondering if ther was a way with mnogosearch to limit the length of a URL. In other

Webboard: SUSPECT a redirect

2001-08-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I suspect this... I had a php pages that was loaded after a redirect from a linked page.. say I had a link to page1.php the page contained only: lt;? header('Location: page2.php'); ?gt; Now I suspect this is the reason the text

Webboard: excluding file types

2001-08-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: How can I index only .html and .txt files? I want to avoid the problems generated by indexing protected cgi's. Remove all allow/disallow commands and use these two: # # Index txt,html files and directories: # Allow *.txt *.html

Re: Dependency on SQL ?

2001-08-29 Thread Alexander Barkov
Winton Davies wrote: Hi MnoGo developers, To what extent is MnoGo dependent on an SQL-compliant database ? Could it be used easily without reliance on SQL ? There is also buil-in database support. It is able to index and search through up to 2000-3000 documents.

Re: problem with php frontend

2001-08-29 Thread Alexander Barkov
Sergey Kartashoff wrote: On Wed, 29 Aug 2001, Andreas Sartori wrote: mnogosearch-3.1.19 ./configure --disable-syslog --disable-mp3 --disable-exec-cgi --disable-ftp --disable-news --with-oracle8i=/usr/INFO/oracle php4.06 ./configure --with-openssl=/usr/local/ssl

Re: delete domains from mysql without .org .de. net?

2001-08-29 Thread Alexander Barkov
Andre Pfeiler wrote: hello, it is possibel to delete all domains from mysql database without .org. net and .de domains? H! Use: indexer -C -u url_mask Take a look into documentation or run indexer -? for mor information. ___ If you want to

Webboard: Display results in reverse order

2001-08-30 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, how can I display my search results in reverse order (worst first)? There is no such feature :-( Reply: http://www.mnogosearch.org/board/message.php?id=2970 ___ If you want

Webboard: excluding file types

2001-08-31 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: gt; Allow *.txt *.html */ gt; Disallow * If I whant also asp and cgi files? simply add Allow *.cgi *.asp will not help, because after .asp can be ?param1=value1 So, I need here Allow Regex yes? Either Allow *.cgi* *.asp

Webboard: newbie: can't find what I should; word substrings?

2001-08-31 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: 1. Can I search to part of a word? E.g. word* ? In my language (Hungarian) it is far not enough to search for the whole word. The best would be *word*... If there is no such feature, can I workaround it somehow? And is it planned

Webboard: One more: skipping header

2001-08-31 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, One more problem: how can I avoid that all of the indexed pages' content is practically the header, navigation bars etc., not the actual informal content? You may use UdmComment or NOINDEX tags. Take a look into documentation

Webboard: Installation problems

2001-08-31 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Please send me gmake output. I'm trying to install on an host account on a Linux machine. ./configure --prefix=/a/directory/i/can/use --with-mysql --enable-linux-pthreads seems to be functioning ok, but when I run make, or gmake

Webboard: highlighting

2001-08-31 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I'm indexing russian documents. At result page, word which are in query are highlighting, but this words in other form (ispell), not highlights:( Sory for my English We have a patch which fixes it. Please contact me directly. Reply

Webboard: Language Autodetection

2001-08-31 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, Is there a way to let mnoGoSearch guess what is the language of the document ? If not, does anybody know a program that is able to perform such a task ? Thanks a lot ! There is also mguesser, a stand-alone part

Webboard: Installation problems

2001-09-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: No ideas :-( This is some of it, it does similar for each of the header files and for indexer.c itself as far as I can see: ../include/udm_db.h:33: parse error before `*' ../include/udm_db.h:34

Webboard: dissalow problems #2

2001-09-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Ok, I put in conf file Allow *.txt *.html *.asp *.htm */ Dissalow * Have you any other Allow/Disallow commands before these two? Also in conf file there is string Realm http://*.org/* When I start indexing, and indexer goes

Webboard: Description in search results

2001-09-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: ooops, sorry, I meant the txt field in the url table... I'd like to control the size of the text that gets stored there.. Change this line in udm_common.h #define UDM_MAXTEXTSIZE 255 Also change SQL table

Webboard: Indexing of categories

2001-09-04 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Help plz. How I can index www.site.com in one categories and www.site.com/dir/ in other categories? Tag cat Category 02 Serverhttp://www.haute-finance.ru/ Category 05 Server http

Re: mnogo 3.1.19 stores no languages information

2001-09-04 Thread Alexander Barkov
It uses meta name=robots content=noindex,nofollow too. Maxime Zakharov wrote: Mnogosearch accepts meta http-equiv=Content-Language... Joerg Behrens wrote: I have updated to mnogosearch 3.1.19 and reindexing the hole stuff the url tabel contains no information about the dokument

Re: Indexing *.pdf

2001-09-04 Thread Alexander Barkov
You have to reindex directory index where you have PDF files: indexer -am -u http://servername/paht/to/pdf/list/ Also use -v6 indexer argument. It will give an information why it accepts or rejects links. Robert Goff wrote: I'm unable to get the indexer to scan *.pdf files. I've

Webboard: Multiple Indexers, maybe -N option

2001-09-04 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Did I miss an option to start many indexers at once, e.g.: sbin/indexer -N 20 # starts 20 parallel indexers, or in threaded os, 20 parallel threads, # using the same conf and db. This works only in threaded version, to run one

Re: mnogo 3.1.19 stores no languages information

2001-09-04 Thread Alexander Barkov
By the way, Maxime, is it work in 3.2.x too? Joerg Behrens wrote: Hello, - Original Message - From: Maxime Zakharov [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Joerg Behrens [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 1:07 AM Subject: Re: mnogo 3.1.19 stores no languages

Re: Compiling errors with the latest mnogo 3.1.1.x CVS

2001-09-04 Thread Alexander Barkov
Joerg Behrens wrote: - Original Message - From: Alexander Barkov [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Joerg Behrens [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 1:43 PM Subject: Re: Compiling errors with the latest mnogo 3.1.1.x CVS Please try to compile on linux

Re: Compiling errors with the latest mnogo 3.1.1.x CVS

2001-09-04 Thread Alexander Barkov
Joerg Behrens wrote: - Original Message - From: Alexander Barkov [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Joerg Behrens [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 2:22 PM Subject: Re: Compiling errors with the latest mnogo 3.1.1.x CVS [..] smp:/usr/local/mnogocvs

Re: Indexing *.pdf

2001-09-04 Thread Alexander Barkov
Robert Goff wrote: indexer -am -u http://servername/paht/to/pdf/list/ Ok, I was using -a but not -m -- that seems to have convinced it to scan pdf files (or the overnight delay made the timestamps different enough). -m prevents indexer from sending If-Modified-Since HTTP header.

Re: Compiling errors with the latest mnogo 3.1.1.x CVS

2001-09-04 Thread Alexander Barkov
Joerg Behrens wrote: There is -lpthread among others, however not in expected place. -lpthread should be in the end: gcc -g -O2 -DUDM_CONF_DIR=\/usr/local/mnogocvs/etc\ -DUDM_VAR_DIR=\/usr/local/mnogocvs/var\ -o search.cgi search.o search_tl.o .libs/libudmsearch.a

Re: Highest weight on urls wich are most linked from other urls(domains)

2001-09-05 Thread Alexander Barkov
Andre Pfeiler wrote: hello, do i have chance to display the ulrs(domains) first wich are mostly linked from other remote urls (domains) ,in search result? if unfortunatly no...i think this could be a nice feature for mnogosearch because , than you will get the most popular pages around the

Webboard: feature needed

2001-09-06 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Can you add URL Limit to env or to search.htm config section for cgi front end? It need for indexing of several sites in one data base. You may use URL limits with ul form variable. Reply: http://www.mnogosearch.org/board

Re: search words

2001-09-06 Thread Alexander Barkov
Jesús Gómez wrote: I´n new using mnoGoSearch and i´m lost I want to do a search o an server but i only want to save in the database those pages that contains some words. This is not implemented. Can anybody tell me how to specify the words i wnt to search? Thanks.

Webboard: PDF parser will not run

2001-09-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Probably server returns something else than application/pdf; charset=iso-8859-1 Check what Content-Type is sent in HTTP response using for example wget -s http://servername/path/to/file.pdf I could not get my pdftotext

Webboard: How I can make Phrase search ?

2001-09-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Any idea of the target release date for the 'phrase search'. What do you mean? Phrase search was implemented in one of 3.1.x releases. Reply: http://www.mnogosearch.org/board/message.php?id=3026

Webboard: multiple hostnames

2001-09-10 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: gt; i've installed mnogosearch-3.1.19 on redhat-6.2 with mysql-3.23.39. my site's FQDN is http://asterix.net.in/ amp;amp; its alias is http://asterix/. i can also access the site with just its alias. Now, i've given amp;quot;Server

Webboard: Indexer error

2001-09-10 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: hello! when I try to start the indexer, I see only the following error message... Indexer[14752]: indexer from mnogosearch-3.1.13/MySQL started with '/usr/local/mnogosearch/etc/indexer.conf' ./indexer: error in loading shared

Webboard: What to index?

2001-09-10 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! Can you tell me briefly what methodology or concept that mnogosearch use for indexing? Meaning, how do mnogosearch select which part of article to be indexed and store in the url table? It indexes whole article by default

Webboard: Indexer Seg Fault

2001-09-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Please upgrade first, 3.1.12 is so old. Latest is 3.1.19 Hi guys having some grief with Indexer Seg Faulting :O( I've had a poke about anyone got any ideas ? /usr/local/mnogosearch/sbin/indexer -a /usr/local/mnogosearch/etc

Webboard: About *Weight ?????

2001-09-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: 4 and 8 in first and second cases correspond the same document sections. If you are using default weight and TitleWeight is 4, it is the title section. There is nothing amazing that search produces the same result. The different 'wf

Webboard: Excerpts with highlighted found words

2001-09-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello! Both things are on our TODO. The first one will be implemented in nearest future. MnogoSearch is blazing fast and I am really love it feature-rich configuration. But: The excerpt shown for each found page is simply

Webboard: Help: weird behaviour

2001-09-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Please check, does search.cgi work? Hi, I had a nice search engine setup with mnogosearch on a developemnt server.. now I moved it to a production server,and reindexed... the indexing went perfect, and I can look at the tables

Webboard: iso-8859-1

2001-09-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It's good. But what DATABASE and DBMode do you use? I'm also indexing in 8859-1, french (ça, à l'aide, européen, téléphone, ...) -I put a charset metatag in my pages; -I enable the right charset in the search.htm template

Webboard: iso-8859-1

2001-09-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: gt; It's good. But what DATABASE and DBMode do you use? gt; It works well with CRC Multi and Multi. No problem. Does search produce unrelated results in both crc-multi and multi modes? Are results the same in both modes? Reply

Webboard: Removing indexer que? (PLEASE HELP DESPERATE)

2001-09-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: How do i remove URLS that were added with -i -u http://www.whatever.com from the to be crawled que? If you want to remove them from database: -Cw -u http://www.wharever.com% If you want to keep them in database but just index

Webboard: Alternative Weight option... and more

2001-09-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I'm planning to use mnoGoSearch in replacement of my actual search system, but some of my URLs have a thumbnail's image referenced to them, so there is an easy way to change search.htm to show these related thumbnails and order

Re: Webboard: SOLVED - Thanks so much

2001-09-16 Thread Alexander Barkov
Hello! Sergio wrote: Author: Sergio Email: [EMAIL PROTECTED] Message: Hi, please excuse me, the problem is solved... We have a browser detection routine in php that sets up some variables if it recognizes the agent requiring the page is the mnogosearch indexer..so that it can print more

Re: indexing only filename

2001-09-16 Thread Alexander Barkov
Trollix wrote: hello from France, I've got a simple question. How can index only filenames in my site. (65.000 filenames of images and the name is made by date : 20010909-imgname.jpg) I just want to search on these ones. Hello! Set BodyWeight, TitleWeight, DescWeigth and

Webboard: ispell usage decrease amount of data but ...

2001-09-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: decrease or increase the usage of ispell the speed of searching? It increases speed when data is indexed without phrase support. Reply: http://www.mnogosearch.org/board/message.php?id=3088

Webboard: Anyone here Extremely Well at This proggy?

2001-09-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I am setting up a gothis search engine... i wanna automate the indexer to crawl the sites that people submit. anyone willing to help? You can use so called ServerTable feature. Take a look into documentation. You'll have to write

Re: php-search question

2001-09-19 Thread Alexander Barkov
hernan salvarezza wrote: Hello everyone i am new to the list and the software i been reading some of it´s features I have read in the features section that both HTML documents and plain text files can be indexed,i was wondering if mnogo can also index php3 documents? It can index any

Webboard: Reindex only start page ?

2001-09-19 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: You may add two Server commands. The first one is page type. Set expiration period to five minutes. The second one should be path type. I am indexing a starting web page which has links to several articles. I want to reindex

Webboard: About search in different 'wf'?

2001-09-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: mnogosearch-3.2.0.b1 For example: The total number of page is 20: There are ten pages that have the title quot;worldquot;,(the keyword is null). There are ten pages that have the keyword quot;worldquot;,(the title is null

<    1   2   3   4   5   6   7   >