Re: intag - how to decode it

2002-03-18 Thread Tõnu Samuel
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 are in single field? This somewhat limits freedom of choice of searches and MySQL index usage. I

intag - how to decode it

2002-03-17 Thread Tõnu Samuel
Hi! I am here in process of doing some changes in mnogosearch and discovered field "intag" I wasn't aware before in ndict tables. I was able within short time to decode it somewhat by reverse-engineering database but I was not able find its structure fast. Can somebody direct me to right place

mnogosearch from cvs won't work

2002-02-24 Thread Tõnu Samuel
Just CO-d latest 3.2 from CVS and do: ./configure --prefix=/usr/local/mnogosearch --bindir=/usr/local/mnogosearch/bin --sbindir=/usr/local/mnogosearch/sbin --sysconfdir=/usr/local/mnogosearch/etc --localstatedir=/usr/local/mnogosearch/var --libdir=/usr/local/mnogosearch/lib --includedir=/usr/lo

Re: mnogosearch 3.2.3 hangs

2002-02-18 Thread Tõnu Samuel
On Mon, 2002-02-18 at 22:51, Alexander Barkov wrote: > Hi, Tonu! > > About two weeks ago I made some fixes in HTML parser. > indexer really could hang in some cases, mostly on > broken HTML. > > I checked this site with latest CVS sourcers. > indexer doesn't hang. So I guess this problem > is al

mnogosearch 3.2.3 hangs

2002-02-18 Thread Tõnu Samuel
Hi! Just wanted to point out that version 3.2.3 hangs when indexing page http://www.maa.ee/ This page looks really weird but still indexer shouldn't hang on it :) Tõnu ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Re: Webboard: Indexer gets killed for not apparent reason - ongoing topic

2001-03-05 Thread Tõnu Samuel
Alexander Barkov wrote: > > Author: Alexander Barkov > Email: [EMAIL PROTECTED] > Message: > I have no ideas what's happening. Something or somebody kills the > process. Probably, you have quotes. btw. How much memory does indexer > eat before killing? Just big sourcefile can kill it. Try on new

Re: Big bug in indexer confirmed

2001-03-04 Thread Tõnu Samuel
Laurent LEVIER wrote: > Indexer memory growth is 10 bytes per second. > > Looks like a free() is missing somewhere :) It leaks in my installation too. I fixed this by running indexer from inittab with -c 3600 flag. It will quit evey hour. -- MySQL Development Team __ ___ ___ __

Re: A Question about clustering

2001-02-25 Thread Tõnu Samuel
Matthew Sullivan wrote: > > Hi, > > "Briggs, Gary" wrote: > > > Has anyone here got any experience of putting mnogosearch onto a > > HA/resiliant cluster? This would ideally include the mySQL database... > > The MySQL db would be the only problem, and I cannot offer advice for that - however

Re: Segmentation Fault

2001-02-25 Thread Tõnu Samuel
Team JUMP Lists wrote: > > Linux RH 7 w/ mnoGo v 3.1.1, MySQL 3.23, p-threads, fast stuff, cache stuff, > crc-multi... i think that's about it. > > I'm getting seg fault errors when I try to index more than about 10 starting > URLs. I've tried using the server table versus writing directly into

Re: Book or Papers on Text indexing techniques ?

2001-02-25 Thread Tõnu Samuel
Winton Davies wrote: > I need to get up to speed fast on IR indexing techniques - success > might mean I can get to use Mnogo :) and maybe even get to develop or > fund development. > > Can any of you point me to a primer paper or book on basic, modern > IT/Indexing techniques. There are to

Re: Segmentation Fault core dump (gdb report include in this mail)

2001-02-23 Thread Tõnu Samuel
"Briggs, Gary" wrote: > I'm getting this too. > Solaris 2.6 > MySQL 3.23.33 > Reading symbols from /opt/mySQL/lib/mysql/libmysqlclient.so.6...(no This libmysqlclient.so.6 is old as world. libmysqlclient.so.10 is coming with 3.23.33 and there is a conflict of new and old libraries at least. Mayb

Re: patch to improve speed

2001-02-23 Thread Tõnu Samuel
Tõnu Samuel wrote: > > I found that there is no mention in Changelog about serious speed > improvement in last mnogosearch while it exists in code. Today I > investigated again MySQL logs made by mnogosearch I tried to eliminate > ¨INSERT INTO url ...¨ commands from there. I imple

Re: patch to improve speed

2001-02-23 Thread Tõnu Samuel
Tõnu Samuel wrote: > I found that there is no mention in Changelog about serious speed > improvement in last mnogosearch while it exists in code. Today I > investigated again MySQL logs made by mnogosearch I tried to eliminate > ¨INSERT INTO url ...¨ commands from there. I implemen

patch to improve speed

2001-02-23 Thread Tõnu Samuel
I found that there is no mention in Changelog about serious speed improvement in last mnogosearch while it exists in code. Today I investigated again MySQL logs made by mnogosearch I tried to eliminate ¨INSERT INTO url ...¨ commands from there. I implemented it using global buffer to keep url-s to