Skip to main content

Module fts

Module fts 

Source
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 the memories table.
  • check: runs the FTS5 integrity-check without modifying the index.

Structs§

FtsArgs
Arguments for the fts subcommand family.
FtsCheckArgs
Arguments for fts check.
FtsRebuildArgs
Arguments for fts rebuild.
FtsStatsArgs
Arguments for fts stats.

Enums§

FtsSubcommand
Subcommands nested under fts.

Functions§

run
Dispatch entry point called from main.