FtsOptions

object 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.

const String

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

const String

The name of the default tokenizer used on FTS tables.

const String

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

Constants

TOKENIZER_ICU

Added in 2.1.0
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

Added in 2.1.0
const val TOKENIZER_PORTERString

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

TOKENIZER_SIMPLE

Added in 2.1.0
const val TOKENIZER_SIMPLEString

The name of the default tokenizer used on FTS tables.

TOKENIZER_UNICODE61

Added in 2.1.0
@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.