Hi! On Jul 02, Thomas Spahni wrote: > Hi, > > I am indexing texts in German, French or Italian > language. I want to add words from these languages to the > stopword list and need some more guidance: > > - case doesn't matter, right?
yes. > - what should I do with words containing non ascii characters > '??????' ? Enter as is? yes. > - is there any performance issue when the list grows long? nothing that I know of. stopwords are stored in the balanced binary tree, so lookup should be fast. Regards, Sergei -- MySQL Development Team __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Sergei Golubchik <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, http://www.mysql.com/ /_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany <___/ --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php