Teodor Sigaev <[EMAIL PROTECTED]> writes: > But configuration for different languages might be differ, for example > russian (and any cyrillic-based) configuration is differ from > west-european configuration based on different character sets.
Sure. I'm just assuming that the set of stopwords doesn't need to vary depending on the encoding you're using for a language --- that is, if you're willing to convert the encoding then the same stopword list file should serve for all encodings of a given language. Do you think this might be wrong? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match