Expand description
Handler for the fts CLI subcommand family.
Provides two maintenance operations for the FTS5 full-text search index:
rebuild: drops and reconstructs the index from thememoriestable.check: runs the FTS5 integrity-check without modifying the index.
Structs§
- FtsArgs
- Arguments for the
ftssubcommand family. - FtsCheck
Args - Arguments for
fts check. - FtsRebuild
Args - Arguments for
fts rebuild. - FtsStats
Args - Arguments for
fts stats.
Enums§
- FtsSubcommand
- Subcommands nested under
fts.
Functions§
- run
- Dispatch entry point called from
main.