FtsOptions
object FtsOptions
Available option values that can be used with Fts3
&Fts4
.
Summary
Nested types |
|
---|---|
FtsOptions.MatchInfo |
|
FtsOptions.Order |
Constants |
|
---|---|
static final @NonNull String |
The name of a tokenizer implemented by the ICU library. |
static final @NonNull String |
The name of the tokenizer based on the Porter Stemming Algorithm. |
static final @NonNull String |
The name of the default tokenizer used on FTS tables. |
static final @NonNull String |
@RequiresApi(value = 21) The name of the tokenizer that extends the |
Constants
TOKENIZER_ICU
public static final @NonNull String TOKENIZER_ICU
The name of a tokenizer implemented by the ICU library.
Not available in certain Android builds (e.g. vendor).
See also | |
---|---|
tokenizer |
|
tokenizerArgs |
TOKENIZER_PORTER
public static final @NonNull String TOKENIZER_PORTER
The name of the tokenizer based on the Porter Stemming Algorithm.
See also | |
---|---|
tokenizer |
|
tokenizerArgs |
TOKENIZER_SIMPLE
public static final @NonNull String TOKENIZER_SIMPLE
The name of the default tokenizer used on FTS tables.
See also | |
---|---|
tokenizer |
|
tokenizerArgs |
TOKENIZER_UNICODE61
@RequiresApi(value = 21)
public static final @NonNull String TOKENIZER_UNICODE61
The name of the tokenizer that extends the TOKENIZER_SIMPLE
tokenizer according to rules in Unicode Version 6.1.
See also | |
---|---|
tokenizer |
|
tokenizerArgs |