Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.expr.ft |
XQuery Full Text expressions.
|
org.basex.util.ft |
Full-text specific utility classes.
|
Modifier and Type | Method and Description |
---|---|
FTOpt |
QueryContext.ftOpt()
Returns the current full-text options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryContext.ftOpt(FTOpt opt)
Sets full-text options.
|
Constructor and Description |
---|
FTOpts(InputInfo info,
FTExpr expr,
FTOpt opt)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FTOpt |
FTOpt.copy(FTOpt opt)
Adopts the options of the specified argument.
|
FTOpt |
FTOpt.copy(MetaData md)
Copies the full-text options from the specified database meta data.
|
FTOpt |
FTLexer.ftOpt()
Returns the full-text options.
|
Modifier and Type | Method and Description |
---|---|
FTOpt |
FTOpt.copy(FTOpt opt)
Adopts the options of the specified argument.
|
Constructor and Description |
---|
FTLexer(FTOpt ftopt)
Default constructor.
|
WesternTokenizer(FTOpt fto)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.