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 |
---|
FTContent(InputInfo info,
FTExpr expr,
FTContents content)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
static EnumOption<FTContents> |
FtIndexOptions.CONTENT
Option: content.
|
Modifier and Type | Method and Description |
---|---|
static FTContents |
FTContents.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FTContents[] |
FTContents.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.