| Package | Description |
|---|---|
| org.basex.query |
XQuery implementation.
|
| org.basex.query.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 |
|---|
FTOptions(InputInfo ii,
FTExpr e,
FTOpt o)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FTOpt |
FTOpt.copy(FTOpt opt)
Initializes the full-text options, inheriting the options of the 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.
|
FTOpt |
FTOpt.set(FTFlag f,
boolean v)
Sets the specified flag.
|
| Modifier and Type | Method and Description |
|---|---|
FTOpt |
FTOpt.copy(FTOpt opt)
Initializes the full-text options, inheriting the options of the argument.
|
| Constructor and Description |
|---|
FTLexer(FTOpt opt)
Default constructor.
|
JapaneseTokenizer(FTOpt fto)
Constructor.
|
WesternTokenizer(FTOpt f)
Constructor.
|