Skip to content

FTS of files on disk #173

Answered by ncruces
gedw99 asked this question in Q&A
Oct 20, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

I think this would best be asked in SQLite forum.

But I suspect this has something to do with external content and contentless tables.

For external content tables, you may need to create a virtual table that maps a real (rowid, path) table to (rowid, path, text) virtual table by reading text from the file. Contentless can probably avoid this mapping? I'm not sure.

Regardless, there doesn't seem to be anything missing from my driver, but if it is, please add to #54.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@gedw99
Comment options

@ncruces
Comment options

@gedw99
Comment options

@ncruces
Comment options

Answer selected by ncruces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants