Adding stop words table in german language

2005-10-28 Thread Merlin

Hi there,

as mysql docs describe, there is a stop words table by default:
http://dev.mysql.com/doc/refman/5.0/en/fulltext-stopwords.html

Does anybody know how to add a german table ( I guess there is an 
equivalent to the engl. one)?

Does this also work with MySQL 4.0.18?

Thank you for any help,

Merlin

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Adding stop words table in german language

2005-10-28 Thread Thomas Spahni
Hi Merlin,

you can create your own stopword file (one word per line) and activate it
in my.cnf like this:

# The MySQL server
[mysqld]
set-variable= ft_stopword_file=/etc/my.stopwords

HTH,

Thomas


On Fri, 28 Oct 2005, Merlin wrote:

 Hi there,

 as mysql docs describe, there is a stop words table by default:
 http://dev.mysql.com/doc/refman/5.0/en/fulltext-stopwords.html

 Does anybody know how to add a german table ( I guess there is an
 equivalent to the engl. one)?
 Does this also work with MySQL 4.0.18?

 Thank you for any help,

 Merlin




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Adding stop words table in german language

2005-10-28 Thread Gleb Paharenko
Hello.



Use ft_stopword_file system variable. See:

  http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html





Merlin wrote:

 Hi there,

 

 as mysql docs describe, there is a stop words table by default:

 http://dev.mysql.com/doc/refman/5.0/en/fulltext-stopwords.html

 

 Does anybody know how to add a german table ( I guess there is an

 equivalent to the engl. one)?

 Does this also work with MySQL 4.0.18?

 

 Thank you for any help,

 

 Merlin

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]