Hi,

>From the documentation on fts3 it is not clear to me how to access the
longest common distance structure. Could you please provide an example how
to calculate the offset to the stuct inside the match info?

According to the docs I thought it should be something like this, but so
far no luck:

unsigned int *longestCommonSubsequence = &aMatchinfo[2 + (nPhrase*nCol *
3) + iCol * iPhrase];



I thought hat should be the lcs offset of the match info struct when using
"matchinfo(some_fts3_table, 'pcxs')" but I seem to be missing something.

Regards
Ben

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to