UdmSearch: 3.1.6

2000-10-11 Thread Alexander Barkov
Hello! UdmSearch 3.1.6 is available from http://search.mnogo.ru ChangeLog: - search.cgi template name detection has been fixed to support content negotiation. This makes possible to install multi-language search pages. - DefaultLang indexer.conf parameter has been added to set default

UdmSearch: possible search.cgi problem

2000-10-11 Thread Fredy Kuenzler
Dear Alexander and all I'm currently testing 3.1.6-pre2, indexing a big number of domains, using the new cache mode. Currently appx. 500'000 Documents total, 1/3 already indexed, 2/3 still to go. After indexing overnight with 4 concurrent indexer processes (seems to work fine) and running

Re: UdmSearch: possible search.cgi problem

2000-10-11 Thread Alexander Barkov
Hi! Fredy Kuenzler wrote: I'm currently testing 3.1.6-pre2, indexing a big number of domains, using the new cache mode. Currently appx. 500'000 Documents total, 1/3 already indexed, 2/3 still to go. After indexing overnight with 4 concurrent indexer processes Cache mode does not support

Re: UdmSearch: Bug report

2000-10-11 Thread Div
UdmSearch version: 3.1.5 Platform: Compaq Presario w. Intel Celeron 433MHz, 64MB RAM OS: RedHat Linux 7.0 Beta Database: MySQL 3.22.32 I want to index about 3200 pages. They are stored in an external file (url.txt), one url per line. I run "indexer -i -f url.txt " and after that (in another

Re: UdmSearch: possible search.cgi problem

2000-10-11 Thread hanksdc
Would it be safe to use the 3.1.6 splitter on data indexed by the indexer from 3.1.5 or 3.1.2-pre1? -- Dan Hanks On Wed, 11 Oct 2000, Alexander Barkov wrote: BTW. 3.1.6 we've fixed two major bugs in cache mode. So I affraid that evebody have to drop database and reindex :-( We sorry about

Re: UdmSearch: Bug report

2000-10-11 Thread Sergey Kartashoff
Hi! Tuesday, October 10, 2000, 9:11:03 PM, you wrote: FK Apache 1.3.12 - PHP 3.0.16 FK Warning: Variable used in global statement already exists in the function in common.inc on line 174 Thank you! This warning will be removed in the next upcoming release. FK Query error: SELECT

UdmSearch: What index ratio is normal?

2000-10-11 Thread Artyom A. Tolstobrov
How can I estimate the size required for all indexer databases knowing the total size of documents to index? Artyom __ If you want to unsubscribe send "unsubscribe udmsearch" to [EMAIL PROTECTED]

Re: UdmSearch: Did PHP frontend support new cache mode?

2000-10-11 Thread Alexander Barkov
Hi! No, cache mode requires low-level file operations, bit operations, a lot of sorts. It is impossible to implement in PHP. But we have an idea together with PHP team to include native UdmSearch support into PHP. If we have success, it will be possible to use any mode. Sergey Stukov wrote:

UdmSearch: Indexing newsgroups.

2000-10-11 Thread Jack Cummings
Is there a way to get udmsearch to check a newsgroup for *new* messages, since the last time it indexed that newsgroup, and just index the *new* messages? --Jack -- John ( Jack ) Cummings http://mudshark.org/jack Key fingerprint: 945A 89EB CA2D 6D93 7F15 5C97 1028 194E

Re: UdmSearch: Indexing newsgroups.

2000-10-11 Thread Maxime Zakharov
Yes, I periodically start by cron: indexer -q -a -u news://my.news.server/my.group and some time later: indexer -s 0 -q -a Jack Cummings wrote: Is there a way to get udmsearch to check a newsgroup for *new* messages, since the last time it indexed that newsgroup, and just