Re: mnogosearch 3.2.1 announce

2001-09-27 Thread Alexander Barkov
Hello! This patch fixes that characters like eacute; were not properly converted to unicode. About 8217; problem. Actually, iso-8859-1 does not contain this character. This is why it is displayed as ? sign. There are two possible ways to solve this. 1. Change

Re: mnogosearch 3.2.1 announce

2001-09-27 Thread Alexander Barkov
Sorry, I was wrong. You can try cp1252 (Western), not cp1250 (Central European). --- This patch fixes that characters like eacute; were not properly converted to unicode. About 8217; problem. Actually, iso-8859-1 does not contain this

Re: mnogosearch 3.2.1 announce

2001-09-27 Thread Alexander Barkov
Cedric Fontaine wrote: and can't reproduce that script parts appear in results. Probably, you didn't reindex your site with new 3.2.1 indexer. Wrong ! I've done a indexer -C and then indexer ... And some pages have script parts in results... Is there a way to not fetch such things

Re: very large executable with freebsd-threads

2001-09-26 Thread Alexander Barkov
Thomas Yengst wrote: Whenever I run version 3.1.9 compiled with freebsd-threads, I get enormous executables (~ 100 MB) for each thread; for example if I run indexer -N 5, I get 5 100 MB executables. If I compile without threads, executables are ~ 2 MB in size. I understand that threads in

Re: weight factors

2001-09-26 Thread Alexander Barkov
Kristof Verniers wrote: Hi, I posted a message last week about the trouble I had with the weight factors. The sorting of the documents after a search didn't make a lot of sense and changing the weight factors didn't help at all. I now (after hours of searching) found the source of my

Re: Can't index with 3.2.0...

2001-09-26 Thread Alexander Barkov
Cedric Fontaine wrote: I can't figure out why it hangs always on the same file while indexing my whole website (on this page : http://www.sincever.com/banv2.php ) I found some bugs. This patch fixes hanging. Thanks for reporting! Index: parsehtml.c

Webboard: new indexer misbehavin

2001-09-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Output seems to be OK. indexer finds link. Please open MySQL queries log, or uncomment #define DEBUG_SQL in sql.c then recompile. Run indexer again and check what sql queries are sent to the server. Are there any INSERTs INTO url? I

Re: Can't index with 3.2.0...

2001-09-26 Thread Alexander Barkov
Cedric Fontaine wrote: The second Disallow is OK. The first one is not. It should be: Disallow *autoprod.sincever.com/* However with current Server command it will not visit http://autoprod.sincever.com/ If you want to index whole sincever.com domain, use: Realm

Webboard: FOUND OUT WHY IT DONT WORK

2001-09-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I assume you havent got your tables RAIDed. This is the reason why it doesnt work on my box. My knowledge on Raiding is limited but im trying to find out why. Ill post my results when i figure it out. Myabe you can try RAIDing

National characters bug fix

2001-09-26 Thread Alexander Barkov
Hello! This patch fixes a bug that national characters in the code range 128-255 were considered as word separators when searchd is used. We also forgot to include searchd.conf-dist and it's description (searchd.html) into distribution, I'm attaching them too. Index: src/searchd.c

Webboard: indexing external links

2001-09-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I want to index a site without indexing any external urls that are linked fro within the site. Whenever i index a site though it tries to index the links too and puts an entry in the database even though i get this message

Webboard: Showing Tag in search template

2001-09-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, I use around 15 Tags (for 15 countries) Visitors can search by Tag or by All Tag If people search by t=All, I would like to have the search results being displayed with the Tag of the found link(s). I need that Tag

Webboard: Indexing robots.txt itself

2001-09-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Why do you thinks that robots.txt are indexed? Hi, I have installed and working: version 3.1.19 Robots yes Indexer is set to index Server path and Server world, working fine. In my search results some robots.txt files seem

Re: weight factor problems solved!

2001-09-26 Thread Alexander Barkov
Actually it is contributed program and we do not maintain it. However, I'll fix it. Thanks for reporting. Kristof Verniers wrote: Hi, I finally found the real reason for my weight factor problems. The script optimize.sh that I downloaded from your site contains the following: #

Re: 3.2.0 release

2001-09-25 Thread Alexander Barkov
Oops. We forgot to upgrade it. We'll put it into next release. Please use configure directly in 3.2.0 Cedric Fontaine wrote: mnoGoSearch-3.2.0 release is available from our site http://www.mnogosearch.org/ Trying to install it... Can't find the install.pl script... Is it normal ?

Re: 3.2.0 release

2001-09-25 Thread Alexander Barkov
2001 +++ mnogosearch-3.2.0/src/stored.c Mon Sep 24 14:45:20 2001 @@ -11,6 +11,7 @@ #include sys/socket.h #include sys/time.h #include sys/errno.h +#include errno.h #include unistd.h #include signal.h #include netinet/in.h Have Fun, - Danish On Mon, 24 Sep 2001, Alexander

Re: 3.2.0 release

2001-09-25 Thread Alexander Barkov
Hello! We rewrote some SQL related functions, and haven't a chance to compile with Oracle. All other databases are tested. The patch in attachement should fix these warnings and errors. Please give feedback. Roman Putyatin wrote: Alexander Barkov wrote: Hello! mnoGoSearch

Webboard: If you are using PHP ...

2001-09-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: For what it's worth, the following PHP code won't work: $U = udm_alloc_agent('mysql://localhost/example_search'); But this will: $U = udm_alloc_agent('mysql://localhost/example_search/'); That trailing slash is all

Re: Trying to run indexer

2001-09-24 Thread Alexander Barkov
Cedric Fontaine wrote: Cedric Fontaine wrote: On a linux box, I'm trying to launcher indexer via a ssh session... It seems that it runs when I can watch what happens because there is a lot of garbage appearing on the screen... Why ? What shall I do ? Is there a problem with my

Webboard: Reindexing HTDB question

2001-09-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Since I have indexed my database using HTDB, now I'm planing to include all new data directly on 'url' database (and maybe change the alterations directly on it), and then re-run indexer to index the news/changed ones, so

Webboard: Error #1034 Incorrect key file

2001-09-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It means MySQL files are corrupted. Use isamchk tool to repair it. In newer MySQL version you can do it using SQL interface. Follow MySQL documentation how to use both this ways. I've succesfully indexed 73.310 URL's and are very happy

Re: 3.2.0 release

2001-09-24 Thread Alexander Barkov
Cedric Fontaine wrote: mnoGoSearch-3.2.0 release is available from our site http://www.mnogosearch.org/ Trying to install it... Can't find the install.pl script... Is it normal ? instal.pl is currently implemented in 3.1.x branch only. Use usual configure script to install 3.2.0

Webboard: Error: '#2000: Duplicate entry

2001-09-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: gt; Hi, gt; gt; Thanks for your answer. gt; I use version 3.23.28-gamma of MySQL. gt; But I don't know where to track the query which produces this message, gt; since it was done by the ./indexer. gt; gt; ...waiting. gt

Re: seg fault with cache mode

2001-09-23 Thread Alexander Barkov
To Sergey: any ideas? FL wrote: I am not running it by cgi, but by php front-end. Another idea ? go to (4 keywords) http://129.199.63.101/mno/search.php?ps=10q=proust+zola+flaubert+val%E9ryp s=20o=0m=allwm=wrdul=wf=11lang=t=cat= Nothing appears above the dialog box but with (ie 3

Webboard: Follow flag in server tables

2001-09-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi. What is a number for 'world' flag in follow when I use server table in SQL? 1 - is default but this is probably path only and I need world. CHANKETTE 0 for page 1 for path 2 for site 3 for world Reply: http

Re: Seg fault with 3.2.0b1

2001-09-23 Thread Alexander Barkov
Danish Qadri wrote: Here's something I got from gdb, after a seg fault. Notably, I've received seg faults with both 3.2.0b1 and the CVS version... I think I have an idea why it happened. From the output logs, which I luckily saved, the indexer hit a page with a LOT of links... The page it

Webboard: Where is $W?

2001-09-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: In search.cgi using internal base do not fill $W. Is this bug or feature? Sorry for late reply. It isn't implemented. Reply: http://www.mnogosearch.org/board/message.php?id=3135 ___ If you want

Re: Problem w/ lock() in CVS mnogosearch

2001-09-22 Thread Alexander Barkov
Danish Qadri wrote: Here's a snippet I caught from one of my syslog log files. Sep 21 11:23:37 intranet2.globix.net indexer[9927]: indexer from mnogosearch-3.2.0.b1-pqsql started with '/usr/local/mnogosearch32/etc/indexer.conf' Sep 21 11:26:17 intranet2.globix.net indexer[9927]: [1]

Re: sig TERM is the good ?

2001-09-22 Thread Alexander Barkov
FL wrote: Hi! Wich signal should I send to indexer process ? kill -s TERM PID ? Is it correct, if I want to stop an indexer process ? Francois ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED] Yes. It's OK.

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

Webboard: Not indexed yet

2001-09-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have in status table: 37575 OK 275114 Not indexed yet quot;Not indexed yetquot; - this documents will be indexed later? Yes, after an expiration time, given in Period command. You can make them expired using indexer -a -s0

Webboard: Not indexed yet

2001-09-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: gt;Yes, after an expiration time, given in Period command. All they are already expired. The ammount of not indexed yet grows very fust, but ammount of OK pages grows too slow:( It's everything OK if you are near start of indexing

Webboard: Not indexed yet

2001-09-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: gt;It's everything OK if you are near start of indexing. Can I start indexer, it firstly index quot;Not indexed yetquot; pages, but not quot;Expiredquot; from quot;OKquot; list? Yes, using: indexer -s0 Reply: http

Webboard: Reindex only start page ?

2001-09-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have tried to do that but using the Page mode it does not grab links... It only indexes the first page. What's more if I try to uncheck 'Index' in server's option tab in order to grab only links it does not work (it grabs all

Re: problems understanding weight factor

2001-09-20 Thread Alexander Barkov
Kristof Verniers wrote: I would like to start by saying that I'm very happy with mnoGoSearch. The performance is great, especially after moving to crc-multi word storage mode and running the optimizer script now and then. There's one thing I'm clueless about though. I still haven't been

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: 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: 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: 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

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: 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: 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: 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.

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: 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

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: 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: 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

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: 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: 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

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: 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

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

<    1   2   3   4   5   6   7   >