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§

check_fts_functional
Public helper: returns true when the FTS5 module is loadable AND the fts_memories virtual table exists AND a wildcard MATCH query succeeds.
run
Dispatch entry point called from main.