FTS5TokenizationReason
public enum FTS5TokenizationReason
The reasons FTS5 will request tokenization
-
A document is being inserted into or removed from the FTS table
Declaration
Swift
case document -
A
MATCHquery is being executed against the FTS indexDeclaration
Swift
case query -
Same as
query, except that the bareword or quoted string is followed by a*characterDeclaration
Swift
case prefix -
The tokenizer is being invoked to satisfy an
fts5_api.xTokenize()request made by an auxiliary functionDeclaration
Swift
case aux
View on GitHub
FTS5TokenizationReason Enumeration Reference