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

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -