mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
sqlite-utils rebuild-fts command, closes #155
This commit is contained in:
parent
76548596a6
commit
176f4e0ef4
5 changed files with 93 additions and 2 deletions
|
|
@ -1213,6 +1213,8 @@ To remove the FTS tables and triggers you created, use the ``disable_fts()`` tab
|
|||
|
||||
dogs.disable_fts()
|
||||
|
||||
.. _python_api_fts_rebuild:
|
||||
|
||||
Rebuilding a full-text search table
|
||||
===================================
|
||||
|
||||
|
|
@ -1232,6 +1234,8 @@ This runs the following SQL::
|
|||
|
||||
INSERT INTO dogs_fts (dogs_fts) VALUES ("rebuild");
|
||||
|
||||
.. _python_api_fts_optimize:
|
||||
|
||||
Optimizing a full-text search table
|
||||
===================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue