PHP mnogosearch extension.

2002-01-22 Thread Sergey Kartashoff

Hi!

mnoGoSearch extension module for PHP4.1.1+
has been released.
It could be downloaded at http://www.mnogosearch.org/

From README:

 Unfortunately PHP-4.1.x was released with old mnogosearch
 module which does not support mnogosearch-3.2.x. A new
 mnogosearch extension seems to be available only with
 PHP-4.2.x. At the current moment it is available only in
 latest PHP snapshots which can be found at http://snaps.php.net/.
 Not all users coud use those snapshots because of their
 development state. So we decided to release PHP extension
 separately from PHP distribution.
 
 So, to use this extension with PHP-4.1.1+ you should
 unpack PHP sources and replace ext/mnogosearch catalog
 from PHP tarball with files from this archive.
 
 Good luck ! ;)

-- 
Regards, Sergey aka gluke.

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Next Release?

2002-01-22 Thread Andy Lewis

Would anyone happen to know when the next UNIX release is due out? And
perhaps what, if any, new features there are?

In addition, does anyone happen to know of a site with more of an in depth
detailed documentation?

I'm happy with the package, minus that fact that not all of it works. I'd
like to see better documentation with more of an explaination. 

For instance, what is the fastest mode? The docs say fast or
fastest or even faster under the mode section. And how about cache
mode? What exactly does that do?

I've setup and used both 3.1.19 and 3.2.3.

Thanks

Andy

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Webboard: Exclude common words from index

2002-01-22 Thread Claus Denk

Author: Claus Denk
Email: [EMAIL PROTECTED]
Message:
Hi all,

I have just included mnogosearch in our server, I really like the software, thanx to 
the authors!

I have a question regarding the indexer: Is it possible to exclude certain common 
words from the index (say I, the etc.)? This would also make necessary to 
automatically remove these words from the search criterium, when the user searches 
the  birds. I think that this would drastically reduce the necessary disk space, 
which is quite large in our application.

Thanx for any responses!

Reply: http://www.mnogosearch.org/board/message.php?id=3956

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




problem with php front end

2002-01-22 Thread nick parker

Hi all
I have recently installed mno v3.1.19, php 4.0.6 and mysql 3.23.
The mno indexer works very well but the php front end always gives me
a result of 0 with any search.

I built php with the following configure command
'./configure' '--with-mysql=/usr' '--with-mnogosearch' '--with-apxs'

When i run 'show status' in the mysql editor the connection count never seems
to increment when i search so I can only assume that no connection with the
database
is being made.

Has anyone else had this trouble?

Nick Parker


___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Re: problem with php front end

2002-01-22 Thread Sergey Kartashoff

Hi!

Tuesday, January 22, 2002, 4:10:54 PM, you wrote:

np Hi all
np I have recently installed mno v3.1.19, php 4.0.6 and mysql 3.23.
np The mno indexer works very well but the php front end always gives me
np a result of 0 with any search.

np I built php with the following configure command
np './configure' '--with-mysql=/usr' '--with-mnogosearch' '--with-apxs'

np When i run 'show status' in the mysql editor the connection count never seems
np to increment when i search so I can only assume that no connection with the
np database
np is being made.

What version of php frontend do you use ?
Please verify your DBAddr and DBMode settings.
Also check apache error logs.

-- 
Regards, Sergey aka gluke.

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]