Package | Description |
---|---|
org.basex.query.expr.ft |
XQuery Full Text expressions.
|
org.basex.query.func.ft |
Full-text Functions.
|
org.basex.util.ft |
Full-text specific utility classes.
|
Constructor and Description |
---|
FTWords(InputInfo info,
Data data,
Value query,
FTMode mode)
Constructor for index-based evaluation.
|
FTWords(InputInfo info,
Expr query,
FTMode mode,
Expr[] occ)
Constructor for scan-based evaluation.
|
Modifier and Type | Field and Description |
---|---|
static EnumOption<FTMode> |
FtIndexOptions.MODE
Option: wildcards.
|
Modifier and Type | Method and Description |
---|---|
static FTMode |
FTMode.valueOf(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.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.