May-17-2023, 06:12 AM
Hi,
After OCR, I am left with texts that contain data.
I analyse these texts with python and put the relevant data into records that are inserted into an SQL db. (classic style)
Only very recently I have discovered there is such a thing as FTS 5, which I implemented immediately.
It is indeed lightning fast.
I read that i can make my queries more sophisticated with FTS 5, but the rare and incomplete docs I find,
give me more questions than answers. Hence my question:
Where can I find a complete and definitive overview of FTS 5 syntax, compatible with python of course.
e.g. In one place they talk about 'phrases' and 'tokens', in other places i cannot find confirmation of this type of syntax.
e.g. Somewhere they talk about wildcarding, but they do not drive the nail home, causing more "how to " questions.
thx,
Paul
After OCR, I am left with texts that contain data.
I analyse these texts with python and put the relevant data into records that are inserted into an SQL db. (classic style)
Only very recently I have discovered there is such a thing as FTS 5, which I implemented immediately.
It is indeed lightning fast.
I read that i can make my queries more sophisticated with FTS 5, but the rare and incomplete docs I find,
give me more questions than answers. Hence my question:
Where can I find a complete and definitive overview of FTS 5 syntax, compatible with python of course.
e.g. In one place they talk about 'phrases' and 'tokens', in other places i cannot find confirmation of this type of syntax.
e.g. Somewhere they talk about wildcarding, but they do not drive the nail home, causing more "how to " questions.
thx,
Paul