Documentation Source Text
Check-in [897b36953b]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:897b36953b643ce69a8695b629e7abb12a6bbe94
Date: 2010-01-20 05:52:41
User: dan
Comment:Fix typo in fts3.html.
Tags And Properties
Changes
hide diffs unified diffs patch

Changes to pages/fts3.in

100 ); 100 ); 101 }] 101 }] 102 102 103 <p> 103 <p> 104 As well as a list of columns, the module arguments passed to a CREATE 104 As well as a list of columns, the module arguments passed to a CREATE 105 VIRTUAL TABLE statement used to create an FTS3 table may be used to specify 105 VIRTUAL TABLE statement used to create an FTS3 table may be used to specify 106 a \[tokenizer\]. This is done by specifying a string of the form 106 a \[tokenizer\]. This is done by specifying a string of the form 107 "tokenize=&lt;tokenizer name&gt; &lt;tokenizer args&lt;" in place of a column | 107 "tokenize=&lt;tokenizer name&gt; &lt;tokenizer args&gt;" in place of a column 108 name, where &lt;tokenizer name&gt; is the name of the tokenizer to use and 108 name, where &lt;tokenizer name&gt; is the name of the tokenizer to use and 109 &lt;tokenizer args&gt; is an optional list of whitespace separated qualifiers 109 &lt;tokenizer args&gt; is an optional list of whitespace separated qualifiers 110 to pass to the tokenizer implementation. A tokenizer specification may be 110 to pass to the tokenizer implementation. A tokenizer specification may be 111 placed anywhere in the column list, but at most one tokenizer declaration is 111 placed anywhere in the column list, but at most one tokenizer declaration is 112 allowed for each CREATE VIRTUAL TABLE statement. The second and subsequent 112 allowed for each CREATE VIRTUAL TABLE statement. The second and subsequent 113 tokenizer declaration are interpreted as column names. 113 tokenizer declaration are interpreted as column names. 114 \[tokenizer|See below\] for a detailed description of using (and, if 114 \[tokenizer|See below\] for a detailed description of using (and, if