Package | Description |
---|---|
org.basex.query.expr.ft |
XQuery Full Text expressions.
|
org.basex.util.ft |
Full-text specific utility classes.
|
Constructor and Description |
---|
FTDistance(InputInfo info,
FTExpr expr,
Expr min,
Expr max,
FTUnit unit)
Constructor.
|
FTScope(InputInfo info,
FTExpr expr,
boolean same,
FTUnit unit)
Constructor.
|
FTWindow(InputInfo info,
FTExpr expr,
Expr win,
FTUnit unit)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
static EnumOption<FTUnit> |
FTWindowOptions.UNIT
Option: unit.
|
static EnumOption<FTUnit> |
FTDistanceOptions.UNIT
Option: unit.
|
Modifier and Type | Method and Description |
---|---|
FTUnit |
FTBigUnit.unit()
Returns the unit.
|
static FTUnit |
FTUnit.valueOf(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 word,
FTUnit unit)
Calculates a position value, dependent on the specified unit.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.