requery / sqlite-android

Android SQLite support library
Apache License 2.0
1.05k stars 138 forks source link

How to quickly add a custom tokenizer? #152

Open FangWW opened 2 years ago

FangWW commented 2 years ago

Hello, I found a few examples of adding custom tokenizers on GitHub, but I feel that I have changed too much code, and I am worried that there will be compatibility issues on different phones.

I want to know how to use "requery-sqlite-android" to easily add a custom tokenizer(8.1. Custom (Application Defined) Tokenizers) and cooperate with the room database.