Hello! PostgreSQL/sphinx/etc. can use a chains of stemmers and this is the great feature. As example, english snowball stemmer + russian snowball stemmer. This is very important for production usage of the FTS module. In SQLite we can use snowball and other stemmers but only single stemmer on FTS table and this is the problem.
-- Best regards, Alexey Pechnikov. http://pechnikov.tel/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

