Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Clarifications to the FTS4 languageid documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0a22af73df5e4a594b37c0b5d6fdfcdf |
User & Date: | drh 2014-06-27 20:49:53.272 |
Context
2014-06-30
| ||
16:26 | Fix a couple minor typos in the download page regarding the 64-bit Windows DLL. (check-in: c908300540 user: mistachkin tags: trunk) | |
2014-06-27
| ||
20:49 | Clarifications to the FTS4 languageid documentation. (check-in: 0a22af73df user: drh tags: trunk) | |
2014-06-26
| ||
21:05 | Fix a typo in datatype3.html and add a new bullet to clarify the affinity for the RHS of an IN or NOT IN operator. (check-in: e89c80cd7d user: drh tags: trunk) | |
Changes
Changes to pages/fts3.in.
︙ | ︙ | |||
1731 1732 1733 1734 1735 1736 1737 | then the named languageid column must exist in the content= table (subject to the usual rules - if a query never needs to read the content table then this restriction does not apply). <p> When the languageid option is used, SQLite invokes the xLanguageid() on the sqlite3_tokenizer_module object immediately after the object | | | > > | 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 | then the named languageid column must exist in the content= table (subject to the usual rules - if a query never needs to read the content table then this restriction does not apply). <p> When the languageid option is used, SQLite invokes the xLanguageid() on the sqlite3_tokenizer_module object immediately after the object is created in order to pass in the language id that the tokenizer should use. The xLanguageid() method will never be called more than once for any single tokenizer object. The fact that different languages might be tokenized differently is one reason why no single FTS query can return rows with different languageid values. <tcl>hd_fragment fts4matchinfo {FTS4 matchinfo option}</tcl> <h2 tags="fts4 matchinfo option">The matchinfo= option</h2> <p> |
︙ | ︙ |