|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTMode | |
---|---|
org.basex.query.ft | XQuery Full Text expressions. |
Uses of FTMode in org.basex.query.ft |
---|
Methods in org.basex.query.ft that return FTMode | |
---|---|
static FTMode |
FTMode.get(byte[] mode)
Returns the specified mode, or null . |
static FTMode |
FTMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FTMode[] |
FTMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.basex.query.ft with parameters of type FTMode | |
---|---|
FTWords(InputInfo ii,
Expr e,
FTMode m,
Expr[] o)
Constructor for scan-based evaluation. |
|
FTWords(InputInfo ii,
IndexContext ic,
Value t,
FTMode m,
QueryContext ctx)
Constructor for index-based evaluation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |