Re: [General] URL matches list as query string

2017-04-07 Thread Alexander Barkov
gt; 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, >> >> On 03/30/2017 05:03 PM, Teijo wrote: >>>

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

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

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

[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

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

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

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

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

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

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

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

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

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

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

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

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

[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

Re: [General] Indexer RSS flux

2013-11-06 Thread Alexander Barkov
in the database and index the information inside the title../title and content../content, without crawling to the given URL? thanks for you help *De: *Alexander Barkov b...@mnogosearch.org *À: *d...@mapluz.fr *Cc: *MNOGOSEARCH

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

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 :

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

Re: [General] CheckOnly for all unkown file types

2013-06-18 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

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

Re: [General] Install mnogosearch

2013-06-01 Thread Alexander Barkov
On 06/01/2013 07:06 PM, Mapluz Dev wrote: skip 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

[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

Re: [General] Buffer overflow

2013-03-20 Thread Alexander Barkov
...@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 distribution and version? Does it crash on all queries, or on a certain query only? Please try to run search.cgi from command line

Re: [General] Buffer overflow

2013-03-20 Thread Alexander Barkov
. -- 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 mnogosearch

Re: [General] Buffer overflow

2013-03-20 Thread Alexander Barkov
) - 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: [General] Buffer overflow Hi Philippe, On 03/20/2013 01:10 PM, Philippe DE ROCHAMBEAU wrote: Hi Alexander

Re: [General] Buffer overflow

2013-03-20 Thread Alexander Barkov
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: [General] Buffer overflow Hi Philippe

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 from

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

[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

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 the query log file I can see: $ ./indexer -Cw -t ECA $ tail

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: 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: 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 FORM ACTION=??? tag. ___ If you want to

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] URL [alias] Server http://www.asix.com/ file:/web/html/ But the URL on the results page is incorrect as it does

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 the

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 works

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 13:20,

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.

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 Alias

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 itself. Is

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 see it

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 fileserver, then provide

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 scratch, using

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 indexer. I can force

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 quot;proxyquot; command in the indexer.conf file but it didn't work! Indexer didn't use the proxy, it connected straight ahead to internet! Could anyone give me some ideas

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 32 chars go into the url table. Unfortunately

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 articles are still (legitimately

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 title),

Webboard: i18n issues...

2002-03-29 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I have specified it with lt;meta http-equiv=quot;Content-Typequot; content=quot;text/html; charset=iso-8859-2quot;gt; Unfortunately I do not have much knowledge about charsets, localization etc... Which site do you index

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]: [1] Server 'http://localhost/' indexer

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 root root9 Aug 29 2001 /ftp - /home/ftp

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: 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/message.php?id=4452

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 2gt; /tmp/forum3.crawl and in forum3.conf ... Allow Match http://www.mysite.com

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

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 escaping \ is necessary too right? Yes.

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 originurl inserted after

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

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 will completely stop

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 correctly with spaces

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 any fields

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

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/message.php?id=4472

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] http://www.netgain.org Indexer[8510]: [1

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: pos8 + section where pos (3bytes) is word posion in document, and section (1byte) is section number: title, body, etc Why they are in single field? This somewhat limits freedom of choice of searches

Re: intag - how to decode it

2002-03-18 Thread Alexander Barkov
Hi! intag is: pos8 + 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 tables.

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 like usr/home/xyz and still missing

Webboard: Realm suggestion

2002-03-11 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi all! The quot;Realmquot; 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 to explain it. If you specify

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.) In that case, indexer

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 something in the mime section

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/ Reply: http

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. For this, I

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

Webboard: duplicate multiple back slashes

2002-03-06 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: How do folks handle situations in your string and regular expressions where a web server can handle multiple backslashes in a url? example: http://www.uvm.edu//foo http://www.uvm.edu///foo http://www.uvm.edufoo all equal

Re: Webboard: German Special Characters with Oracle

2002-03-06 Thread Alexander Barkov
Please send me your indexer.conf, I'll check it. Charset related things are pretty stable in 3.1.19. So it is definitely something wrong in configuration. It will also be useful: You can also uncomment #define DEBUG_SQL in sql.c and recompile. Then run search.cgi like this: ./search.cgi word

Re: Webboard: German Special Characters with Oracle

2002-03-06 Thread Alexander Barkov
] ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED] -- For technical support contracts, visit https://order.mysql.com/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Alexander Barkov [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB

Webboard: Segmentation fault for large lists

2002-03-05 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I just faced this problem when using Htdb mode. I need to index the forum on my site. The table post has over 160,000 posts When I limit the number of records to approximately 10,000, indexer works fine. WHen I don't limit

Webboard: Escape character problem

2002-03-04 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: I am using DB2 as database for mngoSearch trail \ver. I find that when my html content the character single quote There is a Error output from DB2 I wonder whether I can't put any single quote in my webpage. is there any method

Re: mnogosearch - created search.cgi with error

2002-02-28 Thread Alexander Barkov
Yeat Lai Liew wrote: Hi, I've just downloaded the mnogosearch from hotscripts site. After I make and make install. The search.cgi file was created with error in it. I was unable to read the file named search.cgi. It shown all the unreadable sentences. It's OK. It is a Perl or

Webboard: Problem with weight $wf variable always returns [1] or [2]

2002-02-28 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hi! That's know behaviour of release you are using. It displays the number of unique search query words, found in document. It means that if you have a query with N words, weight value is not more than N. Reply: http

Webboard: I want accent-insensitive

2002-02-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Hello, My config is 3.1.19 with cache mode. I have more than 2 pages and I would like to use the search with accent free behaviour (ignore accent chars). That is it work if I modify the UdmCRC32 subroutine by adding

Webboard: optmizer /password

2002-02-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: i tried to run optimizer.sh but it came with errors Access denied for user:roor@localhost (Using Password: NO) I am really stupid with MySql. What do I have to do? need to have FILE priviledges but i honestly dont have an idea how

Webboard: optmizer /password

2002-02-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Addition to that it destroyed my database like it warned before running it :( What exactly happened? This script is contribuited program, we don't support it. But it's interesting anyway, what exactly was distroyed? Probably the reason

Re: installing on virtual server

2002-02-27 Thread Alexander Barkov
Alen Purtic wrote: Hi! I have tried to install mnogosearch 3.1.19 on remotely hosted computer with FreeBSD 4.5 and MySQL database. I have permission to write only inside path of my disc space: /home/sites/site337/cgi-bin or: /home/sites/site337/htdocs Do I have any chance to install

Re: few general questions

2002-02-27 Thread Alexander Barkov
Hello! Adam Naguszewski wrote: Hi, I have few short questions just to make it clear. 1) will mnogosearch handle more than 100 million questions per day Adam, 100 million a day is about 1100 queries per second. We didn't test so many queries, but I think it is too much and will not work

Webboard: Problems intalling mnogosearch-3.1.19

2002-02-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: Could you try to run configure (with arguments given below) manualy, without using install.pl? To Sergey: do you have any ideas? Before executing ./install.pl (root user) we've got an error after completing all the input questions

Re: few general questions

2002-02-27 Thread Alexander Barkov
Hi! Martin Ebert wrote: 100 questions per second will work with SUN- 4 Processor-maschine. Tested; mysql/cachemode. The problem is (with mysql) the size of url.db (cachemode). Works fine up to 1,5 Mio URLs. Don't ask me about more than 2 Mio URLs; works not so fine. :-(( Martin,

Webboard: Is my penis small average or large

2002-02-24 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: my penis length is 4 inche when its not erected and 7 inche when its erected,width is 5.5 inches when its not er. and 6.5 when its er. i am 15 years old what do u think of it... It seems we should add this into our FAQ Reply: http

Webboard: Cache Storage Mode

2002-02-22 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: How? 1. run indexer 2. run splitter Reply: http://www.mnogosearch.org/board/message.php?id=4202 ___ If you want to unsubscribe send unsubscribe general to [EMAIL PROTECTED]

Re: mnogo 3.2.3 weird charakters in searchresult

2002-02-19 Thread Alexander Barkov
Well. This is because PHP front-end is not finnaly ported to 3.2.x branch. I hope this will work OK in next 3.2.4. By the way, these characters marks searched words for hilighting purposed. So, while we are fixing this, you can use str_replace not to delete these characters, but to replace them

  1   2   3   4   5   6   7   >