indexing - SQLite: Extract Terms and Doc Count of terms from full text index -
I have a table that is a full text index.
How do I remove a list
Example
Friend 2 firefighter 4 found 45 Fast 3 P> etc ....
After index table is the solution to create a ftsaux table :
Make VIRTUAL TABLE MYTABLE_terms using fts4aux (cool);
Comments
Post a Comment