FtsTokenizer class abstract

Available option values that can be used with Fts3 & Fts4.

Constructors

FtsTokenizer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

icu → const String
The name of a tokenizer implemented by the ICU library. Not available in certain Android builds (e.g. vendor).
porter → const String
The name of the tokenizer based on the Porter Stemming Algorithm.
simple → const String
The name of the default tokenizer used on FTS tables.
unicode61 → const String
The name of the tokenizer that extends the simple tokenizer according to rules in Unicode Version 6.1.