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
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
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
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
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]
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
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
__ ___ ___ __
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
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
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
"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
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
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
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
14 matches
Mail list logo