FtsOptions.MatchInfo
public
static
final
enum
FtsOptions.MatchInfo
extends Enum<FtsOptions.MatchInfo>
java.lang.Object | ||
↳ | java.lang.Enum<androidx.room.FtsOptions.MatchInfo> | |
↳ | androidx.room.FtsOptions.MatchInfo |
Summary
Enum values | |
---|---|
FtsOptions.MatchInfo |
FTS3
Text matching info as version 3 of the extension module. |
FtsOptions.MatchInfo |
FTS4
Text matching info as version 4 of the extension module. |
Public methods | |
---|---|
static
FtsOptions.MatchInfo
|
valueOf(String name)
|
static
final
MatchInfo[]
|
values()
|
Inherited methods | |
---|---|
Enum values
FTS3
public static final FtsOptions.MatchInfo FTS3
Text matching info as version 3 of the extension module.
See also:
FTS4
public static final FtsOptions.MatchInfo FTS4
Text matching info as version 4 of the extension module.
See also:
Public methods
valueOf
public static FtsOptions.MatchInfo valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
FtsOptions.MatchInfo |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-03-24 UTC.