FtsOptions



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

Summary

Nested types

Constants

const String

The name of a tokenizer implemented by the ICU library.

Cmn
const String

The name of the tokenizer based on the Porter Stemming Algorithm.

Cmn
const String

The name of the default tokenizer used on FTS tables.

Cmn
const String

The name of the tokenizer that extends the TOKENIZER_SIMPLE tokenizer according to rules in Unicode Version 6.1.

Cmn

Constants

TOKENIZER_ICU

const val TOKENIZER_ICUString

The name of a tokenizer implemented by the ICU library.

Not available in certain Android builds (e.g. vendor).

TOKENIZER_PORTER

const val TOKENIZER_PORTERString

The name of the tokenizer based on the Porter Stemming Algorithm.

TOKENIZER_SIMPLE

const val TOKENIZER_SIMPLEString

The name of the default tokenizer used on FTS tables.

TOKENIZER_UNICODE61

@RequiresApi(value = 21)
const val TOKENIZER_UNICODE61String

The name of the tokenizer that extends the TOKENIZER_SIMPLE tokenizer according to rules in Unicode Version 6.1.