Webboard: adaptive stopwords ?

2001-06-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Swish has a smart way to deal with stopwords. Instead of having to list them explicitely, you can give a percentage. Words that appear more than a given percentage (relative to the number of documents seen) are not indexed

Webboard: How do I prevent off-site URLs from being indexed?

2001-06-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I am using mnogosearch-3.1.14. My indexer.conf uses: Follow path Server http://www.mysite.com/index.html However, I keep indexing links within my site to external URLs. What else should I check? Run indexer with -v6 option

Webboard: libcurl

2001-06-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Thanks! We'll consider your suggestion. I was just wondering if it would make more sense for mnoGoSearch to use libcurl (http://curl.haxx.se/libcurl/) in order to support many different protocols (https, file, ldap, etc

Webboard: Unlimited expiration period for reindexing

2001-06-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Do I can make expiration period for reindexing server to be unlimited? Set it to for example 10 years. I hope that is quite enough. Reply: http://www.mnogosearch.org/board/message.php?id=2374

Re: configure on OS X 10.0.3

2001-06-08 Thread Alexander Barkov
By the way, in 3.1.15 we've included Mac OS X related things into proper files. Probably you are trying to install not the latest version. If that's true just upgrade to 3.1.15 Maxime Zakharov wrote: Hi, Ali Valenzuela wrote: I'm running Mac OS X 10.0.3 and trying to configure and

Webboard: Windows, Application Error

2001-06-08 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Please, try to search this magic word using search.exe under web server. Regards, Ramil. Please also try to run it from command line like this: search.exe switchgear Is there any output from this command? Reply: http

Webboard: Navigator

2001-06-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, how I can more than 10 links to result pages on the navbar? Thanx Karina Use for example this in search.htm: PagesPerScreen 20 Dmitry, check is that documented? Reply: http://www.mnogosearch.org/board/message.php?id

Webboard: Index from page

2001-06-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Use this indexer.conf command: DeleteNoServer no Then add an URL of a list using URL indexer.conf command. Is it possible to have mnogoSearch index all of the sites that are listed on a certain page? Ie, I dynamically generate

Re: uncomplete indexing

2001-06-11 Thread Alexander Barkov
Rokky Irvayandi wrote: On Fri, 8 Jun 2001, Alexander Barkov wrote: Rokky Irvayandi wrote: On Thu, 7 Jun 2001, Alexander Barkov wrote: Rokky Irvayandi wrote: Hi, I want to index all of mp3 files on a server, but i always found that it fails to index all of them

Re: Webboard: pdf parsing

2001-06-11 Thread Alexander Barkov
Marcus Throll wrote: Author: Marcus Throll Email: [EMAIL PROTECTED] Message: I have a problem to integrate pdf parsing. All works fine. The pdftotext parses the url, in the /tmp directory ist the plain text file, there is new entry in the url table . .but the dict table is

Webboard: save indexer data as dump?

2001-06-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, I use to save the data a mysql db. I have a web server with 100 MBit. But the indexer is very slow (have testet with 10 and 20 threads). I think the performance from mysql is so bad. I think its better to save the data

Webboard: Contextual Indexer

2001-06-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! I want to configure the indexer for index only pages with some words. It's possible? How? Thanks! Unfortunately this is not implemented. Reply: http://www.mnogosearch.org/board/message.php?id=2403

Webboard: RedHat 2.2.18

2001-06-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Can it work with RedHat 2.2.18 ? Thank you for your answer. Petr It should work with any modern UNIX system. Reply: http://www.mnogosearch.org/board/message.php?id=2411 ___ If you want

Webboard: Compile problems with mngosearch 3.1.15!!

2001-06-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! What is your OS? In which include file type struct sockaddr_in is described on your box? Hello! When I do make or gmake I get this error: lazyfell@melanie:~/dev/mngosearch/mnogosearch-3.1.15 gt; make Making all in src make

Webboard: problems with description field

2001-06-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! It was fixed in 3.1.13 release. Now special characters are processed properly in keywords and description. Just upgrade. hello I've noticed when using winmnogo 3.1.12.x that the description and keywords fields do not support

Re: search.cgi error

2001-06-13 Thread Alexander Barkov
Cindy Lens wrote: When running search.cgi, I get this error: An error occured! #1045: Access denied for user: 'foo@localhost' (Using password: YES) Use proper user name and password in search.htm DBAddr command ___ If you want to unsubscribe send

Webboard: Retrieval Techniques Used?

2001-06-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I was just wondering if you could give some information on what sort of retrieval techniques (strategies, utilities, etc.) your system implements. It stores data in this format: (word,weight,url_id) Check SQL tables structure. Does

Webboard: pdf parsing

2001-06-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Thanks for contribution! I uploaded it into TOOLS section of our download page. In case anyone is interested, I wrote some simple wrapper code for Etymon's Pj PDF processing product (http://www.etymon.com/pj) that allowed you to use

Webboard: HTTP 404 - File not found

2001-06-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Open search page in VIEW SOURCE and check what is written as form action: FORM ACTION=??? Hi When I#m searching somting like 'Linux' or 'mysql' or something else, i became an Error quot;HTTP 404 - File not foundquot; under

Re: uncomplete indexing

2001-06-13 Thread Alexander Barkov
Rokky Irvayandi wrote: on the server i want to indexed, i know there is a page with links (on index.html), but on some directory i can't index all of mp3 file. The file that can't indexed by mnogosearch have a long file name. Are there any problems with long file name? There

Webboard: increasing url-size for indexer

2001-06-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Change UDM_URLSIZE definition in udm_common.h and recompile Hi! I have a problem with the url-size. I increased the columnsize in the database to 255 characters, but the pages with an url-size from 128 to 255 characters don't get

Webboard: Search by the part of the word

2001-06-13 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: And in the initial configuration (indexer.conf) nothing it is necessary to change? There is nothing to change. The only thing you should remember that only single and multi modes support substring search. crc-based storage modes can't

Re: bandwidth limit

2001-06-14 Thread Alexander Barkov
Dominique ROUSSEAU wrote: Hello, I will be setting up a mnogosearch engine that will index outside sites and care about the bandwidth that will be used. I didn't seem to find anything about it in the doc... is it possible with mnogo ? any other idea ? There is no bandwidth settings

Webboard: Compilation

2001-06-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Thanks for reporting! Quick fix: Open search.c and replace all snprintf appearances with udm_snprintf. Maxim, please fix this. I compiled and used succesfully mnogosearch's versions lt;= 3.1.15 on a Digital Unix 4.0 with gcc/g

Webboard: indexing documents

2001-06-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: When indexing a directory with some *.htm, *.doc *.pdf Files, some of these Dokuments cannot be indexed by indexer! I can't see why one word-dokument (doc) can and others don't. Even the same with some pdf-Files. I use catdoc

Webboard: Installation question (news extensions on mysql)

2001-06-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello! This seems to be almost right. The only thing that header_date should be a string type not datetime. VARCHAR or TEXT should be OK. Hello, I only found a pgsql version in the distributed source. So I made an mysql version

Webboard: new version

2001-06-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello! Check that you have correctly formed DBAddr string. Probably you used DBAddr mysql:// instead of DBAddr msql:// If this does not help, please add #define DEBUG_SQL in the top of sql.c then recompile and start

Webboard: Duplicate links in search results

2001-06-18 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Please check that crc and docsize fields in url table are the same for /DoDa/file.html and /doda/file.html indexer use those fields to detect clones. I've been seeing this with version 3.1.16 using the built in database. I've tried

Webboard: #1146: Table 'mnoGoSearch.ndict4' doesn't exist

2001-06-18 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Check that DBType are the same in both indexer.conf and search.htm I've installed Mnogosearch on a Sparc U10 but I can't get it to work. The dbase is created and I've indexed all, but for every searchcommand I get the following error

Re: Webboard: Avoiding duplicates with reordered GET parameters?

2001-06-19 Thread Alexander Barkov
ðÒÉ×ÅÔ! ôÕÔ ÔËÎÕÌÓÑ ÎÁ Ô×ÏÊ ÓÁÊÔ, ÓÍÏÔÒÀ ÐÅÒÅÉÎÄÅËÓÉÒÕÅÛØ. ÷ÒÏÄÅ ÕÖÅ ÌÕÞÛÅ ÎÏ... îÁÓËÏÌØËÏ Ñ ÐÏÎÉÍÁÀ, ÐÒÑÔÁÔØ ÏÔ ÉÎÄÅËÓÁÃÉÉ ÎÕÖÎÏ ÎÅ ÔÏÌØËÏ ÍÅÎÀ, Á ÅÝÅ ÍÎÏÇÏ ÞÅÇÏ. îÁÐÒÉÍÅÒ, ÎÁ ÜÔÏÊ ÓÔÒÁÎÉÞËÅ: http://www.gamestone.ru/one_new.html?doc_id=6926game_id=116 ÄÌÑ ÉÎÄÅËÓÁÃÉÉ ÄÏÌÖÅÎ ÂÙÔØ

Webboard: Incremental indexing

2001-06-19 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: When I run the indexer first time, it works fine. Anyhow, reindexing (indexer -v 5) of the same data gives the following message: Indexer[20620]: indexer from mnogosearch-3.1.16/MySQL started with '/usr/etc/indexer.conf' Indexer

Re: Many changes from when I used it last

2001-06-20 Thread Alexander Barkov
Eric Mings wrote: I see a great many chances from when I had tried out udmsearch in the past. I think it will take me a while to get up to speed on how to use all the new features. One initial question I have is how to restrict how far away an indexing will go off site from the target. I

Webboard: A Few Questions

2001-06-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: 1.) Is it possible to ONLY index sites that have a specific meta tag, such as lt;meta name=FlagThisSite content=quot;truequot;gt; I would assume this can be done with some type of filter? It supports robot exclusions, so pages

Re: Search.htm - Top at bottom?

2001-06-20 Thread Alexander Barkov
Briggs, Gary wrote: Is it possible to put arrange this so that the section !--top-- Actually appears at the bottom of the document? If not, can I put all the relevant form information at the bottom? Just use relevant variables in the !--bottom-- section of template.

Re: cachelogd question

2001-06-20 Thread Alexander Barkov
Ilya Nakvasin wrote: Hello, is it possible to implement into cachelogd binding to a specified ip address, not any available? it may be useful under jail environment Unfortunately this is not implemented ___ If you want to unsubscribe send

Webboard: Indexing problems

2001-06-20 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: How this character should be escaped? Currently it is escaped with slash (\) sign. Hello. I am using mSQL server, and there is a problem with indexing pages that have symbol quot;'quot;. When i am trying to index such pages mSQL

Re: libmysqlclient.so.6 doesn't seem to exist in my distribution

2001-06-21 Thread Alexander Barkov
Eric Mings wrote: Yeah I know the failure to load this library is covered in the FAQ. The problem is that in my distribution (3.23.39) rpm version, I see no evidence of this library in the shared libraries rpm. There is a libmysqlclient.so.10 listed in the file list. Can someone explain

Webboard: Indexing problems

2001-06-21 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Sorry, but I think I do not understand your answer. You are saying that I have to put slash signs in all pages before I start indexing? No, my question is how should I escape mSQL queries with apostrophe sign in one of the text field

Re: libmysqlclient.so.6 doesn't seem to exist in my distribution

2001-06-21 Thread Alexander Barkov
Eric Mings wrote: Eric Mings wrote: Yeah I know the failure to load this library is covered in the FAQ. The problem is that in my distribution (3.23.39) rpm version, I see no evidence of this library in the shared libraries rpm. There is a libmysqlclient.so.10 listed in the file

Webboard: Indexing problems

2001-06-22 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Yes, with slash sign. It will be the same problem with (quot;). indexer does escape using slashes for mSQL. Please check that you have msql database type in DBAddr string. Reply: http://www.mnogosearch.org/board/message.php?id=2495

Webboard: indexer problem

2001-06-22 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It seems that something is wrong with MySQL server and it crashes. Check in MySQL logs what happens. Hi, i'm new at installing mnogosearch. i've the following system config: 1)bsd/os(ver 4.2) 2)mysql-3.23.39 when i ran

Webboard: Partial Keyword searching (Fuzzy)

2001-06-22 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have installed and run the indexer and searches do work. However if I search for Bruc instead of Bruce it fails to find anything. I know I have many matches for Bruce. My question is how do I get fuzzy searching to work. Thanks

Re: Modes in detail

2001-06-24 Thread Alexander Barkov
Eric Mings wrote: I know there is a small amount of text in the indexer config file describing the modes that mnogosearch can run in. I would greatly appreciate a more detailed description of the advantages and disadvantages of the various modes. For example, I assumed from the text in the

Webboard: Partial Keyword searching (Fuzzy)

2001-06-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: PHP front-end has a support for soundex search. It's able to find your example. quot;substring or beginning matchquot;-search in my understanding is no true quot;fuzzy searchquot;. Is there a fuzzy-search-feature, too? Example

Webboard: Boolean search?

2001-06-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Where do I find the syntax for Boolean searches? Please take a look into doc/search.txt. There is a section Advanced boolean search. Reply: http://www.mnogosearch.org/board/message.php?id=2510

Webboard: Boolean search?

2001-06-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Where do I find the syntax for Boolean searches? It is supplied with the package and it's usually installed under /usr/local/mnogosearch/doc/ directory. Reply: http://www.mnogosearch.org/board/message.php?id=2516

Webboard: Unpack the distribution

2001-06-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: How can I unpack the distribution? Should I do it in my computer or in the internet? Take a look here: http://search.mnogo.ru/install.html Reply: http://www.mnogosearch.org/board/message.php?id=2521

Webboard: Ranking results

2001-06-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: You have to either remove wf variable from search form or set it's value according to your indexer.conf weights. Please take a look into doc/search.txt for an explanation, the section about changing different document parts weights

Re: Ispell stuff

2001-06-26 Thread Alexander Barkov
Eric Mings wrote: Could someone please clarify a couple of issues related to ispell. What is the correct way to get it into the database and make sure it is used? I know there are some instructions about using the indexer to do that but I seem to be a little dense about that right now.

Webboard: Problems in use ispell

2001-06-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: To Maxim: is that already fixed? indexer.conf: LocalCharset windows-1251 Ispellmode text Affix en en/english.aff Spell en en/english.dict Affix ru ru/russian.aff Spell ru ru/russian.dict result: indexer do not use ispell

Webboard: Cache-mode, works?

2001-06-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello again: We have a Linux RedHat 6.2 with the standard server instalation. mnogosearch 3.1.16 and mySql DB server. We have about 1.000.000 urls in cache mode. Yes... cache mode is fantastic. The other modes are so slow

Re:

2001-06-26 Thread Alexander Barkov
To Sergey: any ideas? Pierre Metrailler - s h o c k f i s h / wrote: hello folks, i've grabbed the latest mnogosearch, and it works fine, included the cgi front-end. Nevertheless, when i'm trying to install the PHP front.end, with php 4.0.6, it does not work. The search page is

Webboard: Russian maillist or forum

2001-06-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Do you have maillist or forum for russian readers? No. You may ask in Russian on [EMAIL PROTECTED] Reply: http://www.mnogosearch.org/board/message.php?id=2527 ___ If you want to unsubscribe

Webboard: Need help configuring htdb://

2001-06-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! Please send tables structure together with several data records to [EMAIL PROTECTED], we'll try to write an indexer.conf. Anyone figured out how to configure Mnogosearch to search Vbulletin forum using htdb method? If I post

Webboard: Simple question about dict.txt

2001-06-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Robots.txt isn't indexed at all, and http://localhost/~rdim/AMATA says that this page isn't found on this server. So, index is empty. You have to index at least one page. mnoGoSearch looks fine... but I can't try it - it says

Webboard: How to specify more than one htdb:/ server?

2001-06-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello. I need help. I'm indexing my site using only htdb:/ server and I need to use more than one HTDBList/HTDBDoc directives. In config i wrote: HTDBList... (first SQL list rule) HTDBDoc... (first SQL doc rule) Server htdb

Webboard: https

2001-06-29 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: If anyone has had success with indexing and searching their https/SSL site please e-mail me! I am having difficulties indexing my secured intranet site. Which version do you use? Windows version doesn't support HTTPS. Unix version

Re: date metatag

2001-07-02 Thread Alexander Barkov
Hi! [EMAIL PROTECTED] wrote: Hello, a lot of the webpages that I have to index are created dynamically. So I can not rely on the date value given back by the HTTP header. Could you help me: Is there a way to get Mnogosearch to 1. treat the value given by a meta-tag inside the HTML

Webboard: Summary info

2001-07-02 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I am attempting to index some pages that have very clear descriptions in the META NAME=Description field. Indexer is ingoring those descriptions and (seemingly) grabbing the first text it finds in the body. It there a way to direct

Webboard: php includes

2001-07-02 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: To Sergey: any comments? This website I work on has a ton of php includes and I can't get them to work. I renamed my template file so it's a PHP file, but that didn't work. Any suggestions? Reply: http://www.mnogosearch.org/board

Webboard: Indexer stopping too soon

2001-07-02 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Open parsehtml.c and change this in UdmParseHtml() function: int inbody=0; - int inbody=1; then if(!strcmp(s,body)){/*5146*/ if((inbody=opening)){ - if(!strcmp(s,body)){/*5146*/ if(opening){ On this page

Webboard: What is the best way...

2001-07-02 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have a site www.site.com with a separate site member.site.com. I want visitors to be able to search www.site.com and members to be able to search both sites from member.site.com. What do you think would be the best way to do

Re: Cookie Support

2001-07-02 Thread Alexander Barkov
Hello! No rush! We'll wait. I think we'll add this feature into 3.2.0 release. Thanks for helping us! Briggs, Gary wrote: and it doesn't work. I'm working on it now. Gary (-; -Original Message- From: Briggs, Gary [SMTP:[EMAIL PROTECTED]] Sent: Monday, July 02,

Webboard: Summary info

2001-07-03 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Since I am not the owner of the docs I am trying to index, I can not insert these tags (unless I misunderstood your suggestion). You understood me right. Unfortunately, in this case you are not able to hide unrelated text from

Webboard: Win : Index only new document

2001-07-03 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Can I index only new document? I use mnogosearch for windows and i not find this option. Thanks Serge What do you mean? Do you want to insert manually one new document and index it? Or do you want indexer to find new links

Re: Install fails on 3.1.17

2001-07-03 Thread Alexander Barkov
Nita wrote: gmake[2]: *** [install-includeHEADERS] Error 1 gmake[2]: Leaving directory `/users/science/nita/mnogosearch-3.1.17/src' gmake[1]: *** [install-am] Error 2 gmake[1]: Leaving directory `/users/science/nita/mnogosearch-3.1.17/src' Hi: Make worked fine, but the Make Install

3.1.17

2001-07-02 Thread Alexander Barkov
Hello! mnogosearch-3.1.17 is available from http://www.mnogosearch.org/ From ChangeLog: * Ispell suffixes checking bug fixed. * Fixed a bug in cache mode. Thanks Andrew Aksyonoff [EMAIL PROTECTED] * Some potential exploits fixes. ___ If you

Webboard: Server world ... Problem

2001-07-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Thanks, but the result is nearly the same. All local Directories are listed up by the indexer and when it comes to /dev it hangs! Run indexer with -v6 command line option. It will explain why it accepts or rejects found links

Re: proxy auth.

2001-07-11 Thread Alexander Barkov
Rokky Irvayandi wrote: Hi, all i'm on internet which use firewall, so i must enter proxy authentication password to reach the internet. How could i index site on internet if i'm behind the firewall like that? Thanks... Hi! Use ProxyAuth indexer.conf command.

Webboard: search.cgi

2001-07-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hellofirst sorry my english. i have instal 3.1.17 on linux. default instal with ./instal.pl indexer run OK...data is in database. if i have search.cgi with search for: someword i have error #1054: Unknown column 'last_modified

Webboard: Server world ... Problem

2001-07-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Here's an extract of indexer -v6 Indexer[4298]: indexer from mnogosearch-3.1.15/MySQL started with '/usr/local/mnogosearch/etc/indexer.conf' Indexer[4298]: [1] Load stopword table 'stopword' Indexer[4298]: [1] file://dbent1/app

Webboard: INDEXER.CONF

2001-07-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi. Is there any possible to configure mnogosearch to crawl external pages but only first and set limit od url crawl from one serwer? Please help me. CHANKETTE Let's say you have a server http://somehost/ and you want to index

Webboard: Server world ... Problem

2001-07-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: You have to change this line Follow world Use Follow path instead. OK. Here is my indexer.conf: DBAddrmysql://indexserver@localhost/mnoGoSearch/ DBMode single # Western Europe: Germany

Re: meta date

2001-07-12 Thread Alexander Barkov
Hello! Ulrich Hung wrote: Hi, thanks for answering my last question. But I need some more information, please. I understand that a meta tag named date or something like it is not supported yet. But could you please give me a hint, where I would have to look into the code if me (or

Re: compiling on Cygwin (Windows NT)

2001-07-12 Thread Alexander Barkov
Holmes, Gregory wrote: FYI- To get mnogosearch to compile on Cygwin, I had to add #include getopt.h to cachelogd.c. Hello! Thanks for reporting! We've fixed this. ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

Webboard: HTTPS sites

2001-07-12 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Has anyone had success with OpenSSL and indexing an HTTPS site? Please drop me an e-mail, as I have a few questions on getting my intranet site indexed and searched. I checked a couple of sites, indexing worked fine. Reply: http

Re: Bug ?

2001-07-16 Thread Alexander Barkov
Igor wrote: Hello, I just installed MnogoSearch-3.1.1.3 with mysql database, i tried to run the script and i got the following error via telnet: BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57: elf_get_dynamic_info: Assertion `! bad dynamic tag' failed! How can i fix this error?

Webboard: edting search.cgi???

2001-07-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I want to get into search.cgi and see how everything works and maybe do some editing here and there. Only problem is that whenever i open it in an editor it just comes out as as lines of letters and numbers instead of the perl code

Webboard: Convert crc-multi to cache ?

2001-07-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi, Is there a way to convert a crc-multi (MySLQ based) dicts into the cache mode dicts ? Any help would be greatly appreciated ! Hello! Unfortunately there is no such tools. Reply: http://www.mnogosearch.org/board

Webboard: expired docs

2001-07-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Thanks.. okay,now my next question is if I am running say indexer1 can I run indexer2 with params's set to index just docs with a status of 0 at the same time indexer1 is grabbing docs to save indexing time or will this cause

Webboard: expired docs

2001-07-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: gt; Thanks.. gt; okay,now my next question is if I am running say indexer1 can I run indexer2 with params's set to index just docs with a status of 0 at the same time indexer1 is grabbing docs to save indexing time or will this cause

Webboard: Is it safe to kill -HUP indexer ?

2001-07-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Actually, kill -HUP does not kill the indexer.. So I rephrase: What are the possible risks at killing the indexer will it is running ? No risk, only what I told in previous message. Is there a difference in cachemode ? (I

Webboard: Assign 2 category to 1 url

2001-07-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Is it possible to aassign 2 or more categories to the same url. FL. Actually no. However it is probably possible to emulate this in your task. Categories are checked using SQL LIKE operator. You may pass category limits

Webboard: Indexing *.java files

2001-07-16 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Are those server side java pages or client site? Client site scripts are not indexed. However if those pages produce usual HTML code generated dynamically on the server, everything should be indexed fine. I have a lot of *.java files

Webboard: not using BDI???

2001-07-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I am using search.cgi succesfully on a unix machine that does not have DBD or DBI modules installed. My perl is not my number one language and was wondering how it was connecting to the database if not using BDI??? New Perl

Webboard: Is it possible to index page not included in tag NOINDEX ???

2001-07-17 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Exactly like this. indexer ignores any text between NOINDEX ... /NOINDEX. Can I index not whole HTML document in my site ? For example i don't want to include in index words which is presented in my files common_header.inc

Webboard: sessionID in URL

2001-07-19 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It's indexing just fine but it's putting in sessionID's in the URL of the search. Is there anyway when I index to have it exclude dynamic information? So if the url is page.php?foo=bar it will apear in the search as just page.php

Webboard: Indexer Command for Pages limit form one serwer

2001-07-19 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi. Is there any command to limit pages to for ex. 20 from one Server? This is not implemened. And I afraid this will not be implemented in the future. This is part of indexer.conf ... HaxHops 2 ... Category 0101 Server http

Re: Suggestions for password protecting search feature

2001-07-19 Thread Alexander Barkov
Charlie Romero wrote: Our site is mostly for members only. As we upgarde our search feature using mnoGoSearch I want to make searching our site a members only feature. Currently we log users in via cookies so I'd like to use cookies to username/password protect /cgi-bin/search.cgi. Has

Webboard: php-frontend only uses built-in DB

2001-08-06 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: This pointed me in the right direction, thanks ! I had recompiled php and was using shared libraries, but failed to notice that my mnogosearch recompile didn't create a new copy of the shared object. Once I took care of that I

Re: last_index_time can't open template file (3.1.17)

2001-08-06 Thread Alexander Barkov
Hello! Sorry for delay. It seems you used new 3.2.x SQL structure with old 3.1.17 version of software. You have to recreate the structure again. Kuo Hin Chang wrote: Two problems: (1) I got the following error when I run indexer on command line: = indexer from

Webboard: unknown host

2001-08-06 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have had nogo running fine for weeks now, but all of a sudden when I try to run the indexer it gives me 'unknown host' for any url I try to index. It work fine before, the urls i try are real but not working now. Anyone help

Webboard: Ignoring some html

2001-08-06 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Use !--UdmComment-- or NOINDEX tags. Take a look into html.txt for an explanation. Anyone know how to ignore some html that is displayed in the lt;!-- top --gt; section of the search.htm file. I have a site navigation that I want

Webboard: error #2002

2001-08-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I don't really know what I'm doing. I am running the newest version of MySQL (stable) and stable version of mnoGoSearch. I get the following error when I try to use the search.cgi. #2002: Can't connect to local MySQL server

Webboard: PHP-Compilation sucks: php_mnogo.h:76: Floating point numbers not allowed in #if expressions

2001-08-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Sorry, PHP extension module was not ported yet to use mnogosearch 3.2.x. Use 3.1.x instead if you don't want latest features introduced in 3.2 branch. Hi, I can't compile my PHP 4.0.6+Apache 1.3.20 with mnogosearch support. I get

Webboard: skip http://www...... no Server

2001-08-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Please send me your indexer.conf Hi Niemi, Thanks for the report. But in my case I'm not dealing with the .com domain and I hope that wasn't the problem. I also found the problem where it's causing exactly. I had solved the quot

Re: Bugs and problems...

2001-08-07 Thread Alexander Barkov
Hello! Thanks for reporting! I think more accurate way is to write: A HREF=mailto:Steve Parkinson lt;[EMAIL PROTECTED]gt;?Subject=AnythingSteve Parkinson/A However, browsers seem to understand both formats. At least Netscape, Explorer, Opera, Lynx do. We'll try to fix this, however I

Re: Bug report

2001-08-07 Thread Alexander Barkov
Replace all instances of wchar_t with unsigned int prochor wrote: UdmSearch version: 3.2 Platform: Sun Netra OS:SunOS www.nextra.cz 5.8 Generic_108528-08 sun4u sparc SUNW,UltraAX-i2 Database: mysql Statistics: NA Unable to compile under Solaris8.

Re: Bug / RFE

2001-08-07 Thread Alexander Barkov
Hello! In 3.2.x we'll implement processing of both HTTP Content-Encoding and NNTP Content-Transfer-Encoding headers. Maxim already implemented compress and gzip HTTP encodings. However, it was not tested in combination with external parsers yet. Regards. Matthew Sullivan wrote: Hi,

Webboard: Description

2001-08-07 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: is there any way to change the number of characters that get indexed? I tried changing the txt field to BLOB, but somewhere else it's telling it to index 255. Fix this line in udm_common.h #define UDM_MAXTEXTSIZE

<    1   2   3   4   5   6   7   >