Re: [General] URL matches list as query string

2017-04-07 Thread Alexander Barkov
m=beg&ul=document1&ul=document2 > > I have tried also to pass this (and other variants with different ul > parameter) directly to search.cgi. > > Best regards, > > Teijo > > 5.4.2017, 13:58, Alexander Barkov kirjoitti: > >> Hi Teijo, >> >>

Re: [General] URL matches list as query string

2017-04-05 Thread Alexander Barkov
Hi Teijo, On 03/30/2017 05:03 PM, Teijo wrote: > Hello, > > I have tried with multi selection list box and text edit field. In both > cases only one item is accepted. If I try with more than one, the rest > are omitted (multi selection) or your search did not match any documents > message is show

Re: [General] Extra hit with SQL query and word position in the original file

2017-03-23 Thread Alexander Barkov
Hello Teijo, On 03/24/2017 01:24 AM, Teijo wrote: > Hello, > > If I search given word with search.cgi, I get correct number of occurences. > > But if I do it with SQL (no matter in mysql or sqlite3), they show extra > occurence. For example, if a given word is in a given original file > twice,

Re: [General] Indexing problem with sqlite3

2017-03-23 Thread Alexander Barkov
UDM_OK; break; > > Best regards, > > Teijo > > 22.3.2017, 16:52, Alexander Barkov kirjoitti: > >> Hello Teijo, >> >> >> SQLite changed the error message in one of the recent releases, >> from "unique" in lower ca

Re: [General] Indexing problem with sqlite3

2017-03-22 Thread Alexander Barkov
ot;unique") && !strstr(db->errstr,"UNIQUE")) On 03/22/2017 06:39 PM, Alexander Barkov wrote: > Hello Teijo, > > > On 03/22/2017 03:44 PM, Teijo wrote: >> Hello, >> >> I have installed Mnogosearch 3.4.1 from source both to Ubuntu 16.04 a

Re: [General] Indexing problem with sqlite3

2017-03-22 Thread Alexander Barkov
Hello Teijo, On 03/22/2017 03:44 PM, Teijo wrote: > Hello, > > I have installed Mnogosearch 3.4.1 from source both to Ubuntu 16.04 and > Debian Jessie. > > In Ubuntu I cannot use Mysql as database because there seem to be some > compatibility issues with Mysql 5.7. In Jessie where Mysql version

Re: [General] HoldBadHrefs has no effect

2017-02-17 Thread Alexander Barkov
Hello Jeff, Sorry for a late reply. On 02/09/2017 02:25 AM, Jeff Taylor wrote: > I've been running Mnogo 3.3.13 under debian wheezy for a number of > years, but it seems that old cached content is never removed. I > normally run with HoldBadHrefs=7d, but I've even tried setting it to 1s, > and t

[General] ANNOUNCE: mnoGoSearch-3.4.1

2015-12-14 Thread Alexander Barkov
Hi, mnoGoSearch-3.4.1 is available from our site http://www.mnogosearch.org/ This is a new development branch with lots of changes and improvements. Please see here for a detailed change list: http://www.mnogosearch.org/doc34/msearch-changelog.html Greetings. __

Re: [General] Geo Search

2015-03-11 Thread Alexander Barkov
Hello, On 03/10/2015 03:24 PM, Tiptoe Danceware Sales wrote: Hello, I was hoping someone could point me in the right direction. Our website has geo settings per page (e.g. this page can only be seen in Europe). The problem is when mnogosearch indexes and hits this page it is given a message "T

Re: [General] Duplicates Commandes in indexer

2014-10-06 Thread Alexander Barkov
Hi, Most likely you have two DBAddr commands in your indexer.conf. If this does not help, please send me your indexer.conf. On 10/06/2014 01:23 PM, Hodei-Dev wrote: Hi When i try to execute the indexer command it run command in double; for example : /usr/local/mnogosearch/sbin/indexer -Ecrea

Re: [General] Crawling order

2014-08-05 Thread Alexander Barkov
Hi, On 08/05/2014 12:12 PM, d...@hodei.net wrote: Hi I have 1000 websites in my indexer.conf on the 'Server method' rubric in what order the 'crawler' look over the list of website : random, alphabetical or other Crawler selects targets in a random order. There are some related command lin

Re: [General] Indexing Failed with large database

2014-07-02 Thread Alexander Barkov
Hi, On 06/26/2014 06:49 PM, d...@hodei.net wrote: Hi I have a problem when i indexing my database : ___ root@botujo:/home/jean# /usr/local/mnogosearch/sbin/indexer -Eblob indexer[4787]: Indexing indexer[47

Re: [General] Delete a line in Server method in indexer.conf

2014-05-29 Thread Alexander Barkov
Hi, On 05/05/2014 02:26 PM, d...@hodei.net wrote: Hi, In the indexer.conf file, in 'Server [Method] ', i want to delete an entry like this : 'server http://www.eke.org' Is that all pages of the site will be removed from the database during the next crawling? Every document has its own exp

Re: [General] accented characters

2014-05-29 Thread Alexander Barkov
On 05/05/2014 02:32 PM, d...@hodei.net wrote: hi i have accented characters in my web search. to solve this problem, i have modify the database with this queries : ALTER TABLE bdict CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci; ALTER TABLE bdicti CONVERT TO CHARACTER SET utf8 COLLAT

Re: [General] parameter to server command in indexer.conf

2014-05-29 Thread Alexander Barkov
Hi, On 05/05/2014 05:02 PM, d...@hodei.net wrote: hi When i try to add this url to my list in dexer.conf -- server http://fr.wikipedia.org/wiki/Zanpantzar -- the crawl

Re: [General] UDM_URL's parent url inside external parser

2014-04-21 Thread Alexander Barkov
Hi, On 04/16/2014 06:36 PM, Yasser Zamani wrote: Hi there, I need to know the parent url of the url which has been passed to my parser via UDM_URL. For example if a page at `http://example.com/example_movie.html` has a link like `http://example.com/example_movie.mp4` inside it, when mnogosearch

Re: [General] Problem with indexer -Eblob

2014-03-17 Thread Alexander Barkov
Hi, On 03/13/2014 08:51 PM, d...@hodei.net wrote: hi when i try this command, i have an error message : mysql_stmt_execute() failed: Lost connection to MySQL server during query here is the result of my command : -

Re: [General] indexer make segmentation fail

2014-03-17 Thread Alexander Barkov
Hi, Please try to get gdb backtrace. On 03/17/2014 10:23 PM, d...@hodei.net wrote: Hi I try this command to Indexing my list of web site : /usr/local/mnogosearch/sbin/indexer -Eblob -d /usr/local/mnogosearch/etc/indexer.conf the result is : Segmentation fault here my sql databases information

Re: [General] separate indexing/crawling and web recherche

2014-01-08 Thread Alexander Barkov
On 01/06/2014 02:56 PM, Developpement Team Hodei wrote: hi, i have installed mnogosearch 3.2 on an unbutu server with wamp and mysql database. By the way, why not mnogosearch-3.3 ? In ly indexer.conf i'm using *DBMode=blob *In my crontab i have this : 00 23 1 * * /usr/local/mnogosearch

Re: [General] rss and multiledia file

2014-01-08 Thread Alexander Barkov
Hi, On 12/31/2013 10:47 PM, Developpement Team Hodei wrote: hi, how can i configured my indexer.conf file for web search returns no RSS, no audio or video file ! Use Allow/Disallow commands for this. thanks ___ General mailing list General@mno

Re: [General] separate indexing/crawling and web recherche

2014-01-08 Thread Alexander Barkov
Hi, On 01/06/2014 02:56 PM, Developpement Team Hodei wrote: hi, i have installed mnogosearch 3.2 on an unbutu server with wamp and mysql database. In ly indexer.conf i'm using *DBMode=blob *In my crontab i have this : 00 23 1 * * /usr/local/mnogosearch/sbin/indexer -d /usr/local/mnogosearch/

Re: [General] wordstat

2013-12-31 Thread Alexander Barkov
Hi, On 12/31/2013 01:35 PM, Developpement Team Hodei wrote: hi, i'm using the mnogosearch 3.2 on an uguntu server. i index with DBMODE=BLOB i want use autocompletion in my input textbox when a user search on the web : so where are the words that mnogosearch has tagged it ? my wrdstat table is e

[General] ANNOUNCE: mnoGoSearch 3.3.15

2013-12-01 Thread Alexander Barkov
Hello, mnoGoSearch-3.3.15 is now available. Sources and binaries for a number of platforms are available from http://www.mnogosearch.org/. This is mostly a bug-fixes release. Starting from this release, binaries for the console (non-GUI, Unix-alike) version are available for the Windows famil

Re: [General] Indexer RSS flux

2013-11-06 Thread Alexander Barkov
n URL? thanks for you help *De: *"Alexander Barkov" *À: *d...@mapluz.fr *Cc: *"MNOGOSEARCH" *Envoyé: *Lundi 4 Novembre 2013 20:59:43 *Objet: *Re: [General] Indexer RSS flux Hi, On 11/04/2013 04:57

Re: [General] Indexer RSS flux

2013-11-04 Thread Alexander Barkov
Hi, On 11/04/2013 04:57 PM, d...@mapluz.fr wrote: hi, I want indexer RSS flux on my web site. Is there a parameter in indexer.conf to do this ? Can you please give a link to an example of an RSS file you'd like to index, or copy and paste an RSS fragment? Thanks. Thanks d...@mapl

Re: [General] Data in database mnogosearch

2013-10-30 Thread Alexander Barkov
Hi, On 10/30/2013 01:08 PM, d...@mapluz.fr wrote: hi, I'm using mnogosearch 3.2 on linux ubuntu server. Hmm, 3.2 sounds very old. Why not 3.3? i have created a mysql database and my indexer.conf file is here : http://www.mapluz.fr/public/indexer.conf i init indexer with this command : /usr/

Re: [General] scans subdirectories websites

2013-10-29 Thread Alexander Barkov
Hi, On 10/29/2013 06:38 PM, d...@mapluz.fr wrote: Hi, is that the search engine scans subdirectories websites ? if not is there a setting in indexer.conf ? Can you clarify please what do you mean subdirectories websites? If you have a command like: Server http://sitename.com/ then it does

Re: [General] Add url in indexer.conf

2013-10-18 Thread Alexander Barkov
Hi, On 10/18/2013 05:32 PM, d...@mapluz.fr wrote: Hi if i add an url manually in my indexer.conf file with the server command, like this : Server http://3cultures.free.fr/ should i do recreate the mysql database ? Recreating the database (i.e. dropping the tables and creating again) is not ne

Re: [General] blob, single or multi parameters

2013-10-03 Thread Alexander Barkov
Hi, On 10/03/2013 02:53 PM, d...@mapluz.fr wrote: Hi I have install release mnogosearch 3.3.14 with a mysql database i have create table with thois command : *./indexer -Ecreate -d /usr/local/mnogosearch/etc/indexer.conf* in my indexer .conf i have this : *DBAddr mysql://root:mypassword@lo

Re: [General] CheckOnly for all unkown file types

2013-06-17 Thread Alexander Barkov
Hi, On 06/13/2013 01:22 PM, W. de Hoog wrote: Hi, I would like to configure mnogosearch so that for all non parsed files it stores the path. CheckOnly however does not use the mime type but a regex. It would be nice to have for example AddType application/unknown *.* CheckOnly Match Mime

Re: [General] Install mnogosearch

2013-06-01 Thread Alexander Barkov
On 06/01/2013 07:06 PM, Mapluz Dev wrote: checking whether the C compiler works... no configure: error: in `/home/francis/Downloads/mnogosearch-3.3.14': configure: error: C compiler cannot create executables See `config.log' for more details Can you send config.log please? yes, see attach

Re: [General] Install mnogosearch

2013-06-01 Thread Alexander Barkov
Hi, On 06/01/2013 06:36 PM, Mapluz Dev wrote: hi i try to install mnogosearch on a debian release 6 when i try the commande : ./configure --with-mysql i have this message : checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type.

[General] ANNOUNCE: mnoGoSearch-3.3.14

2013-04-02 Thread Alexander Barkov
Hello, mnoGoSearch-3.3.14 is now available from http://www.mnogosearch.org/ - DOCX and RTF built-in parsers were added. - It's now possible to use the $(ConfDir), $(ShareDir), $(VarDir), $(TmpDir) template variables in search.htm, e.g.: Include $(ConfDir)/common.inc DBAddr sqlite3:///$(VarDi

Re: [General] Buffer overflow

2013-03-20 Thread Alexander Barkov
04b6056 in ?? () #12 0x00405201 in ?? () #13 0x7fffe5d8 in ?? () #14 0x in ?? () (gdb) --------- Philippe -Original Message- From: Alexander Barkov [mailto:b...@mnogosearch.org] Sent: 20 March 2013 11:2

Re: [General] Buffer overflow

2013-03-20 Thread Alexander Barkov
405201 in ?? () #13 0x7fffe5d8 in ?? () #14 0x in ?? () (gdb) --------- Philippe -Original Message- From: Alexander Barkov [mailto:b...@mnogosearch.org] Sent: 20 March 2013 11:28 To: Philippe DE ROCHAMBEAU; general@mnogosearch.org Subject: Re: [G

Re: [General] Buffer overflow

2013-03-20 Thread Alexander Barkov
earch. -- Best regards, Philippe -Original Message- From: Alexander Barkov [mailto:b...@mnogosearch.org] Sent: 20 March 2013 09:50 To: Philippe DE ROCHAMBEAU Cc: general@mnogosearch.org Subject: Re: [General] Buffer overflow Hi Philippe, So you're actually running m

Re: [General] Buffer overflow

2013-03-20 Thread Alexander Barkov
Philippe -Original Message- From: general-boun...@mnogosearch.org [mailto:general-boun...@mnogosearch.org] On Behalf Of Alexander Barkov Sent: 19 March 2013 18:54 To: general@mnogosearch.org Subject: Re: [General] Buffer overflow Hi, What are exactly your Linux dist

Re: [General] Buffer overflow

2013-03-19 Thread Alexander Barkov
Hi, What are exactly your Linux distribution and version? Does it crash on all queries, or on a certain query only? Please try to run search.cgi from command line like this: ./search.cgi "query words" where "query words" are the search words that make it crash. Does it crash when started fro

Re: [General] encoding issue

2013-03-13 Thread Alexander Barkov
Hi, On 03/13/2013 02:11 PM, romain hennebicq wrote: Hi, when i do a search with the form and the word 'école' the url returned is /cgi-bin/search.cgi?q=%25C3%25A9cole and i have no result, but if i change q=%25C3%25A9cole by q=école i have all the result. what is the problem ? (apache configur

[General] ANNOUNCE: mnoGoSearch-3.3.13

2013-02-28 Thread Alexander Barkov
Hello, mnoGoSearch-3.3.13 is now available from http://www.mnogosearch.org/ - Two security bugs have been fixed. All users are advised to upgrade. - This release adds support for e-mail messages (*.eml files), including multi-part messages and messages with attachments, making it possible to i

Re: Indexer has a short run time

2002-06-18 Thread Alexander Barkov
Hi! That was a bug. It is already fixed in latest sources. You can find nightly sdnapshot of our download page at http://www.mnogosearch.com/download.html or obtain sources using CVS. Anyway, thanks for reporting the problem. Regards. Slepp Lukwai wrote: > I've been using mnoGoSearch since

Re: indexer -Cw takes too much time

2002-06-14 Thread Alexander Barkov
Kreso wrote: > Well, as far as ndictxx tables are concerned, I would not like to > propose any ad hoc solutions which you have probably tested already. > In any case, I would try to avoid any solution with mysql which leads > to SELECT looping, even at the price of search speed. > > Would it be

Re: indexer -Cw takes too much time

2002-06-14 Thread Alexander Barkov
Kreso wrote: > On Wed, Jun 12, 2002 at 08:28:27PM +0500, Alexander Barkov wrote: > >>What does "mysqladmin processlist" display? >> >>Are there any active queries being executed by >>mnogosearch? > > > Well, I switched the query logging on. In t

Re: Indexer caught in a loop?

2002-06-12 Thread Alexander Barkov
Hi! Please take a look here: http://www.mnogosearch.org/board/message.php?id=4946 They have the same problem: urls are stored incorrectly in the database. Can you please find the source of error using the same recomendation as in the message above? Thanks. Cal Zemelman wrote: > I had "Alia

Re: indexer -Cw takes too much time

2002-06-12 Thread Alexander Barkov
What does "mysqladmin processlist" display? Are there any active queries being executed by mnogosearch? Kreso wrote: > RedHat 7.2, 2x1Ghz, 512MB, hardware RAID dedicated search maschine, > no other tasks running. MySQL 3.23.49, default configuration. Maybe > some mysql tuning would help. Unfort

Re: Webboard: string search

2002-06-12 Thread Alexander Barkov
To Ramil: any comments? Does phrase search work? Chiara Biancheri wrote: > I mean "phase search". I saw it is in the todo list. > Do you have any idea about the time it would be implemented? > (on a large scale: 1 or 6 month, 1 year... > > thanks a lot > chiara > > > On Tue, 2002-06-11 at

Re: How to set the mnogosearch to support Big5

2002-06-12 Thread Alexander Barkov
Hi! alexson wrote: > Hi > > How to set the mnogosearch to support big5, how many parameters will be > invovled? > Help me, please. > Just use this command in both indexer.conf and search.htm: LocalCharset big5 As well as this command in search.htm: BrowserCharset big5 Note that big5 w

Re: Allow/disallow (no)match ip ???

2002-06-12 Thread Alexander Barkov
Hi! We already implemented this feature in 3.2.0, but didn't put it into the documentation yet. Use this style command: Realm subnet 129.27.0.* Mario Lang wrote: > Hello. > > I have a quite complicated allow /disaalow statment structure > in my indexer.conf. I recently had the idea, that th

Re: Webboard: How to ignore a specific directory?

2002-06-12 Thread Alexander Barkov
Penny Rand wrote: > I have a similar problem. My web directory has more than my main site in > it but I only want to index the main site. I can do this with: > > #Server [subsection] [alias] > Server http://www.asix.com/ file:/web/html/ > > But the URL on the results page is incorrect as it do

Re: Can not find server?

2002-06-12 Thread Alexander Barkov
alexson wrote: > Hi > > Why do the web browser show " Can not find server" after click the > search button? > Open search.cgi in your browser, then take a look into "View page source". Check what is written in tag. ___ If you want to unsubscribe sen

Re: Various errors and problems

2002-06-12 Thread Alexander Barkov
Mark Roebuck wrote: > Hi, > > I have posted these questions to the boards, but with no results. > > I am using v3.1.19 with mysql and cache mode > > 1, the ~ character does not exclude words from the search results. > You have to choose boolean search type in select box which has all/any/bool

Re: Permissions

2002-06-05 Thread Alexander Barkov
Penny Rand wrote: > Using search.php, if I change the permissions of search.htm to 600 (as > recommended), search.php doesn't work. What am I missing? > You also have to change it's onwer to user who is running httpd server. Usually nobody: chown nobody search.htm chmod 600 search.htm

Re: language

2002-06-04 Thread Alexander Barkov
Hi! Kreso wrote: > Hello all, > > what would be the recommended way of specifying the language in > which the indexed documents are written? I have noticed in indexer.c > that "Content-Language:" header is examined, however I would prefer > specifying the language somewhere in the document itsel

Re: About Mnogosearch

2002-05-28 Thread Alexander Barkov
Hello, Pablo! Thanks for using our software! We have an idea to improve relevancy calculating in our search engine for a long time. Among other changes we can extend it with "Page Rank". But other tasks didn't allow us to do it earlier. We'll estimate time required for implementing, as well a

Re: Webboard: Indexer - problems inserting URLs to PostgreSQL database

2002-04-22 Thread Alexander Barkov
Piotr Szczepanski wrote: >>may be best solution is to alter all text fields to text type. > > > I have been thinking about this kind of solution, but I consider it > quite a risky activity since it may lead to a possible DoS attack > against the database server. Correct me if I'm wrong, but I se

Re: Latest snapshot compile error !?

2002-04-16 Thread Alexander Barkov
Nguyen Thai Ha wrote: > Hi there! > > I got the unix latest snapshot 3.2.4 and trying to compile it! > when compiling unconv-alias.c, gcc said that it could not found > unconv-8bit.h!. I checked in the include's directory, that header > file was not there really! > > is this an error or wrong c

Re: no-title in documents from external parser

2002-04-01 Thread Alexander Barkov
Thanks for suggestion. It's currently not possible, but it's easy to implement. I'm writting this into TODO. Keith Hall wrote: > Just a quickie or two: > > Is there any way to make mnogosearch use the filename of the document when > no title can be determined (e.g. catdoc doesn't return a titl

Webboard: Possible to delete expired articles?

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > We run a site which has lots of daily and running news items. Our licensing of some >content means we are not allowed to archive it. Therefore, every day the content >changes on the site. > > However, old art

Webboard: ReverseAlias problem

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Hi there, > > I have the following cmd: > > ReverseAlias regex .*/([0-9a-fA-F]{32})/?$ $1 > > I thought it does that when my URL's last part is a 32 char length hex number, then >only this 3

Webboard: proxy problem?!

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > My network has a web proxy on port 8080. I had used the "proxy" command in >the indexer.conf file but it didn't work! Indexer didn't use the proxy, it connected >straight ahead to internet! >

Webboard: HTDB reindexing

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > one question about something that's bugging me slightly. I'm indexing directly from >a MySQL table using htdb, everything works fine but any new records added to the >table are not picked up the next time I run in

Webboard: Indexer skips a URL

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Yes, I tried it with trailing slashes. It made no difference at all. It gets all of >the holtz.com URL, but only a couple pages from the netgain.org URL. No ideas. Try to index netgain.org separately from holtz.com from s

Webboard: Server file://xxx file:/x/y/z - How?

2002-04-01 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I am brand new to the search engine. > > Here is my problem. I have mnogosearch running SuSE Linux 7.2 with Mysql (and >Apache). This is running in a predominately Microsoft shop and I am trying to index >a fileserve

Re: weird indexer results

2002-04-01 Thread Alexander Barkov
Michael Caplan wrote: > Hi, > > Why is it that in the below config file, the Disallow's are ignored when the > indexer crawls the web sites? Which mnogosearch version do you use? >Should the Dissallow's be placed elsewhere in > the configuration file so that they are honoured? Allow/Disal

Webboard: i18n issues...

2002-03-29 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I have specified it with > > <meta http-equiv="Content-Type" content="text/html; >charset=iso-8859-2"> > > Unfortunately I do not have much knowledge about charsets, localization etc.

Re: Indexer does not follow the tree

2002-03-27 Thread Alexander Barkov
No ideas. This problem needs debugging on your system. Johann Spies wrote: > On Mon, Mar 25, 2002 at 06:38:25PM +0400, Alexander Barkov wrote: > >>Do you have such directory /ftp/ ? >> >>What is the output of: >> >>ls -l /ftp/ >> > lrwxrwxrwx1

Webboard: Default install - Indexer doesn't index "enough"

2002-03-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > i have the same problem. > > > indexer -v 6 > indexer[14250]: indexer from mnogosearch-3.2.3-mysql started with 'indexer.conf' > indexer[14250]: [1] URL: http://localhost/robots.txt > indexer[14250

Webboard: Javascript pop-up pages

2002-03-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I think I know what the files indexer isn't finding have in common. These are all >files accessed through a Javascript, as in: > > <a href="javascript:openit ('file.htm')">File</a> >

Re: Support for TSCII (Tamil charset)

2002-03-26 Thread Alexander Barkov
Hi! Starting from 3.2.0, internally mnogosearch works in Unicode. To add support for a new character set, one need to write charset->unicode and unicode->charset convertion routines. This is very simple for European languages, which are mostly covered by 8bit character set. The only thing we need

Webboard: problem with space in URL

2002-03-26 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > We have a lot of documents on a web with spaces in their filenames. People complain >when they found through Mnogosearch URLs like: > > wwwdoc.com/projects%202002/A%26B%20project%code%2088.doc > > instead of >

Webboard: Indexer skips a URL

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I've set the servers like this in indexer.conf: > > Server http://www.netgain.org > Server http://www.holtz.com > > > Indexer[8510]: [1] Load stopword table 'stopword' > Indexer[8510]: [1] htt

Webboard: Unknown column 'crc32'

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > From 3.0.23 to 3.1.19. > > Shel Well, 3.0.23 really didn't have crc32 field. It seems that you forgot to recreate tables structure from 3.0.23 to 3.1.19. Reply: <http://www.mnogosearch.org/board/me

Webboard: Unknown column 'crc32'

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I've upgraded and rebuilt all tables. When running indexer, though, I get the >following error: > > Error #1054: unknown column 'crc32' in 'field list' > > Can you help? Thanks... >From

Re: Indexer does not follow the tree

2002-03-25 Thread Alexander Barkov
Johann Spies wrote: > On Mon, Mar 25, 2002 at 05:39:00PM +0400, Alexander Barkov wrote: > >>Please run in this order: >> >>indexer -Cw >>indexer -v6 >>indexer -S >> > indexer[20199]: [1] URL: ftp://ftp.archive.sun.ac.za/ > indexer[20199]: [1]

Re: Indexer does not follow the tree

2002-03-25 Thread Alexander Barkov
Please run in this order: indexer -Cw indexer -v6 indexer -S Johann Spies wrote: > >>Clear database. Then start indexer with -v6 command line >>arguments. Then check it's output. What "indexer -S" does >>display? > #1 /usr/local/mnogosearch >>sbin/indexer -v6 > indexer[19734]: indexer from mn

Webboard: #1054: Unknown column 'last_modified' in 'field list'

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Actually I just added last_index_time INT NOT NULL and things work Something is going wrong with your installation. It seems that you are using OLD 3.1.19 indexer with NEW 3.2.3 database structure. You don't need to add an

Webboard: problem with space in URL

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Problem is with displaying of the search results. The URLs in search results looks >like that: > http://docs.company.com/tech/standard%20%docs%20%a1.doc This is correct notation. > Is there a way how to display them co

Re: mnoGoSearch and PHP

2002-03-25 Thread Alexander Barkov
To Sergey: please answer this email! Richard Fox wrote: > Lindsey writes: > > >>Yes, when you configure PHP you need to add >>--with-mnogosearch=/path/to/your/mnogosearchprefix >> > > OK, that's great, but what is at "/path/to/your/mnogosearchprefix"? My > choices (I think) are: > > mnogose

Webboard: fbsd indexer kills networking?

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Probably the reason is a memory leak in indexer. Type "top" and check, how much memory does indexer eat. > Hi, > > While running 10 indexers simultaneously in cache-mode networking within 2 hours to >48 hours w

Webboard: Custom CGI Search Page

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Do you mean you put Perl instructions into search.htm file? And you want Perl to insert generated HTML instead of Perl code instead? This will not work. search.cgi cannot process perl instructions, it just sends them to browsers as is. If

Webboard: How to index a whole site

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I am creating a searchengine for a special list if sites so I need all text ripped >and inserted in sql server and then searchable. So I will need: > > 1) The text from all pages on ie www.learnasp.com > 2) The ori

Re: Fwd: Re: Webboard: HrefOnly and FollowOutside

2002-03-25 Thread Alexander Barkov
Sergey Kartashoff wrote: > Hi! > I cannot get the HrefOnly directive in my configuration file to work for index pages. I have this line: HrefOnly \/$ Shouldn't that prevent URL's ending in / from being indexed? >>>Yes, it should. >>> > > NT> In HrefOnly the escapi

Re: Indexer does not follow the tree

2002-03-25 Thread Alexander Barkov
Hi! Clear database. Then start indexer with -v6 command line arguments. Then check it's output. What "indexer -S" does display? Johann Spies wrote: > I am trying to set up mnogosearch 3.2.3 on an ftp-server. My previous > effort failed because of the strain mnogosearch put on the network > d

Webboard: Default install - Indexer doesn't index "enough"

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > indexer[19759]: indexer from mnogosearch-3.2.3-mysql started with >'../etc/indexer.conf' > indexer[19759]: [1] URL: http://192.168.0.201/robots.txt > indexer[19759]: [1] Server 'http://192.168.0.201/'

Webboard: indexing

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > hi, > i will setup a search site for a foreign customer. his needs are >search engine only indexes only in a certain language and certain >top-level domain. is it possible to setup mnogosearch to do this? i > have re

Re: exclusion rules

2002-03-25 Thread Alexander Barkov
Kreso wrote: > well, thanks but it doesn't work either. > > if I use Server command, indexer just ignores Realm, if I use URL command, > then indexer accepts Realm, but starts indexing all foreign sites whose > urls are contained in local documents and also escapes out of the specified > path. I

Webboard: Reindexing without -a

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Thanks for the advice ... here's what happened ... > > First i cleared the DB. The I ran a fresh index like this: > > ./indexer -am ../etc/forum3.conf 2> /tmp/forum3.crawl > > and in forum

Webboard: Reindexing without -a

2002-03-25 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > i found that indexing without the -a and setting up a short period in the >indexer.conf will update instead of reindex... > What do you mean will update instead of reindex? Reply: <http://www.mnogosearch.org/board/me

Re: intag - how to decode it

2002-03-18 Thread Alexander Barkov
Hi! intag is: pos<<8 + section where pos (3bytes) is word posion in document, and section (1byte) is section number: title, body, etc Tõnu Samuel wrote: > Hi! > > I am here in process of doing some changes in mnogosearch and discovered > field "intag" I wasn't aware before in ndict t

Re: intag - how to decode it

2002-03-18 Thread Alexander Barkov
Tõnu Samuel wrote: > On Mon, 2002-03-18 at 15:15, Alexander Barkov wrote: > > >> pos<<8 + section >> >>where pos (3bytes) is word posion in document, >>and section (1byte) is section number: >> title, body, etc >> > > Why they ar

Webboard: indexing files with extension different from the content

2002-03-15 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I don't think indexer switch for > the next document, because I left it > a whole night, and it was still processing the same document. In 3.2.4 we fixed some problems in html parser, which led to indexer hanging in some

Webboard: can't find search.cgi after /configure

2002-03-14 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Run this: make install > hi, > > i extract - fine > i configure with mysql - fine > make - fine > > my problem: there is non bin-folder and no search.cgi to find > > i tried it again with another path li

Webboard: How to index a shared server path

2002-03-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > It's not possible with linux (unix) version ? Thnks Alexey. It is. Just mount your disks into unix file system, then use Alias command, something like this: Server file://servername/sharename/ file:/mnt/mountpointname/

Webboard: Reindexing in cache mode.

2002-03-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Secondly, i added a directory http://myserver/mp3 which contains MP3 (with id3 >tags): > - do I only have to add the line 'CheckMp3Tag yes' in my indexer.conf before >reindexing ? or do I have to change somethi

Webboard: indexing files with extension different from the content

2002-03-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > I have the following problem, > > I am indexing *.htm, *.html files (by using the Disallow > statement) but it happens that some of thoses *.htm* files, are in fact binaries >files, (they have a wrong extension.) &g

Webboard: Realm suggestion

2002-03-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > Hi all! > > The "Realm" cmd is not very functional, if I want to use it's NoMatch >feature also. Maybe it would be good if someone could narrow the namespace of the >valid URLs, not only expand. I try

Webboard: Cache mode: compatibility between freeBSD and solaris

2002-03-09 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Cache mode files may not binary compartible between platforms. The problem is either byte ordering or sizeof(int) > I am indexing on a freeBSD 4.4 machine (cache mode) > and searching (search.php) on a solaris2.8 machine. > &

Re: the intag in ndict?

2002-03-07 Thread Alexander Barkov
Eric Persson wrote: > Hi, > > Im using mysql as backend with the crc dbmode. > > However, since I dont use the normal indexer, but fills the table myself > I noticed the intag column in ndict. Whats supposed to be there? I > started by skipping it, and having 0 in it. But then I didnt get any

Re: Fw: 20 million url / and / other questions

2002-03-06 Thread Alexander Barkov
20 million urls is too many for mnogosearch, it can't handle so big database, at least at this stage. La Rocca Network S.A. wrote: > - Original Message - > From: "La Rocca Network S.A." <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "Alex Barkov" <[EMAIL PROTECTED]> > Sent: Tuesday, Mar

Re: Webboard: German Special Characters with Oracle

2002-03-06 Thread Alexander Barkov
> If you want to unsubscribe send "unsubscribe general" > to [EMAIL PROTECTED] > ___ > If you want to unsubscribe send "unsubscribe general" > to [EMAIL PROTECTED] > > > >

  1   2   3   4   5   6   7   8   9   10   >