Skip to main content

Module create_fts_index_tool

Module create_fts_index_tool 

Source
Expand description

The create_fts_index tool: creates a full-text search virtual table backed by FTS5 over columns of an existing table.

Structs§

CreateFtsIndexInput
The input parameters for the create_fts_index tool.
CreateFtsIndexOutput
The result of creating an FTS index.
CreateFtsIndexTool
Create a full-text search index on an existing table using SQLite’s FTS5 module. Specify the source table and the columns to index. The virtual table is named {table}_fts by default and can be queried with the MATCH operator.

Enums§

CreateFtsIndexError
Errors specific to the create_fts_index tool.