| Package | Description |
|---|---|
| org.basex.query.ft |
XQuery Full Text expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static FTWords.FTMode |
FTWords.FTMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FTWords.FTMode[] |
FTWords.FTMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FTWords(InputInfo ii,
Expr e,
FTWords.FTMode m,
Expr[] o)
Constructor for scan-based evaluation.
|