According to the docs:
http://www.sqlite.org/fts3.html#section_6_3

It's YOUR choice as to what to put in there.  A separate index is created
for each language id.
So it's designed to prevent cross-lang contamination in the index.

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Gert Van Assche
Sent: Thursday, January 31, 2013 2:19 PM
To: sqlite-users
Subject: [sqlite] FTS4 languageid : not sure I understand this correctly

All,

I have the feeling this is the most stupid question ever, but...
If I create a FTS4 table, put text in it, could I use the languageid to
figure out what Language that text actually is?
Is that how langID works?
I did some tests, but the LangID seems to be 0 all the time, so or I'm
doing something wrong, or I misunderstand the process.

thanks

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

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

Reply via email to