FtsOptions
-
Cmn
object FtsOptions
Available option values that can be used with Fts3, Fts4&Fts5.
Summary
Nested types |
|---|
enum FtsOptions.Detail : Enum |
enum FtsOptions.MatchInfo : Enum |
enum FtsOptions.Order : Enum |
Constants |
||
|---|---|---|
const String |
The name of the tokenizer which assumes all characters outside the ASCII codepoint range (0-127) are to be treated as token characters. |
Cmn
|
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 FTS3 and FTS4 tables. |
Cmn
|
const String |
The name of the tokenizer that implements a trigram tokenizer that indexes every three-character sequence in the input text. |
Cmn
|
const String |
The name of the tokenizer that classifies all unicode characters as either "separator" or "token" characters according to rules in Unicode Version 6.1. |
Cmn
|
Constants
TOKENIZER_ASCII
const val TOKENIZER_ASCII: String
The name of the tokenizer which assumes all characters outside the ASCII codepoint range (0-127) are to be treated as token characters.
| See also | |
|---|---|
tokenizer |
|
tokenizerArgs |
TOKENIZER_ICU
const val TOKENIZER_ICU: String
The name of a tokenizer implemented by the ICU library.
Not available in certain Android builds (e.g. vendor).
| See also | |
|---|---|
tokenizer |
|
tokenizerArgs |
|
tokenizer |
|
tokenizerArgs |
TOKENIZER_PORTER
const val TOKENIZER_PORTER: String
The name of the tokenizer based on the Porter Stemming Algorithm.
| See also | |
|---|---|
tokenizer |
|
tokenizerArgs |
|
tokenizer |
|
tokenizerArgs |
TOKENIZER_SIMPLE
const val TOKENIZER_SIMPLE: String
The name of the default tokenizer used on FTS3 and FTS4 tables.
| See also | |
|---|---|
tokenizer |
|
tokenizerArgs |
TOKENIZER_TRIGRAM
const val TOKENIZER_TRIGRAM: String
The name of the tokenizer that implements a trigram tokenizer that indexes every three-character sequence in the input text.
| See also | |
|---|---|
tokenizer |
|
tokenizerArgs |
TOKENIZER_UNICODE61
const val TOKENIZER_UNICODE61: String
The name of the tokenizer that classifies all unicode characters as either "separator" or "token" characters according to rules in Unicode Version 6.1.
| See also | |
|---|---|
tokenizer |
|
tokenizerArgs |
|
tokenizer |
|
tokenizerArgs |