tokenizerArgs property
Optional arguments to configure the defined tokenizer.
Tokenizer arguments consist of an argument name, followed by an "=" character, followed by
the option value. For example, separators=.
defines the dot character as an
additional separator when using the FtsTokenizer.unicode61 tokenizer.
The available arguments that can be defined depend on the tokenizer defined, see the SQLite tokenizers documentation for details.
A list of tokenizer arguments strings.
Implementation
final List<String> tokenizerArgs;