You are not logged in.
Hello ab,
Sqlite FTS4 supports the 'notindexed' directive for excluding a specific column from indexing, when creating the table, for example:
CREATE VIRTUAL TABLE t USING FTS4(uuid, document, notindexed=uuid);
Some details here: https://stackoverflow.com/a/18531449/133516
How to achieve this for TSQLRecordFTS4Unicode61?
Thanks.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Oh I see. Thank you ab.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline