| Package | Description |
|---|---|
| org.basex.query.ft |
XQuery Full Text expressions.
|
| org.basex.util.ft |
Full-text specific utility classes.
|
| Constructor and Description |
|---|
FTDistance(InputInfo ii,
FTExpr e,
Expr[] d,
FTUnit u)
Constructor.
|
FTScope(InputInfo ii,
FTExpr e,
FTUnit u,
boolean s)
Constructor.
|
FTWindow(InputInfo ii,
FTExpr e,
Expr w,
FTUnit u)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FTUnit |
FTUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FTUnit[] |
FTUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FTLexer.pos(int w,
FTUnit u)
Calculates a position value, dependent on the specified unit.
|