|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTOpt | |
---|---|
org.basex.query | Provides classes for querying the data. |
org.basex.query.xpath.expr | Contains XPath 1.0 expressions. |
org.basex.query.xpath.internal | Contains internally used XPath expressions. |
org.basex.query.xquery | Includes an implementation of XQuery 1.0. |
org.basex.query.xquery.expr | Contains XQuery 1.0 expressions. |
Uses of FTOpt in org.basex.query |
---|
Methods in org.basex.query with parameters of type FTOpt | |
---|---|
void |
FTOpt.compile(FTOpt opt)
Compiles the fulltext options, inheriting the parent.options. |
void |
FTOpt.merge(FTOpt ftopt1)
Merge to FTOpts. |
Uses of FTOpt in org.basex.query.xpath.expr |
---|
Fields in org.basex.query.xpath.expr declared as FTOpt | |
---|---|
FTOpt |
FTArrayExpr.fto
Fulltext option. |
Constructors in org.basex.query.xpath.expr with parameters of type FTOpt | |
---|---|
FTContains(Expr e1,
Expr e2,
FTOpt o,
boolean indexuse)
Constructor. |
Uses of FTOpt in org.basex.query.xpath.internal |
---|
Constructors in org.basex.query.xpath.internal with parameters of type FTOpt | |
---|---|
FTIndex(byte[] tok,
FTOpt o)
Constructor. |
Uses of FTOpt in org.basex.query.xquery |
---|
Fields in org.basex.query.xquery declared as FTOpt | |
---|---|
FTOpt |
XQContext.ftopt
Current fulltext options. |
Uses of FTOpt in org.basex.query.xquery.expr |
---|
Fields in org.basex.query.xquery.expr declared as FTOpt | |
---|---|
FTOpt |
FTOptions.opt
FTOptions. |
Constructors in org.basex.query.xquery.expr with parameters of type FTOpt | |
---|---|
FTOptions(FTExpr e,
FTOpt o)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |