#1 2017-11-16 13:26:51

edwinsn
Member
Registered: 2010-07-02
Posts: 1,215

How to use 'notindexed' directive to exclude column from FTS4?

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

#2 2017-11-17 12:48:36

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,236
Website

Re: How to use 'notindexed' directive to exclude column from FTS4?

You have to create the table by hand via SQL.

Offline

#3 2017-11-17 15:15:44

edwinsn
Member
Registered: 2010-07-02
Posts: 1,215

Re: How to use 'notindexed' directive to exclude column from FTS4?

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

Board footer

Powered by FluxBB