Is SQLite on Android built with the ICU tokenizer enabled for FTS?
Like the title says: can we use ...USING fts3(tokenizer icu th_TH, ...) . If we can, does anyone know what locales are suported, and whether it varies by platform version? No, only tokenizer=porter When I specify tokenizer=icu, I get "android.database.sqlite.SQLiteException: unknown tokenizer: icu" Also, this link hints that if Android didn't compile it in by default, it will not be available http://sqlite.phxsoftware.com/forums/t/2349.aspx Gordon Liang For API Level 21 or up, I tested and found that ICU tokenizer is already available. However to support 90%+ devices, some work-around can be