Required Static Propertygrdb 7.3.0GRDB
name
The name of the tokenizer.
static var name: String { get }
The name should uniquely identify the tokenizer: don’t use a built-in name such as ascii
, porter
or unicode61
.
The name of the tokenizer.
static var name: String { get }
The name should uniquely identify the tokenizer: don’t use a built-in name such as ascii
, porter
or unicode61
.
import GRDB
A toolkit for SQLite databases, with a focus on application development
protocol FTS5CustomTokenizer : FTS5Tokenizer
A type that implements a custom tokenizer for the FTS5
full-text engine.
@frozen struct String
A Unicode string value that is a collection of characters.
init(db: Database, arguments: [String]) throws
Creates a custom tokenizer.