|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.expr.Expr
org.basex.query.xquery.expr.FTOptions
public final class FTOptions
FTOptions expression.
| Field Summary | |
|---|---|
boolean |
diacritics
Diacritics flag. |
Expr |
expr
Expression. |
byte[] |
language
Language (currently ignored). |
boolean |
lowercase
Insensitive flag. |
boolean |
sensitive
Insensitive flag. |
boolean |
stemming
Stemming flag (currently ignored). |
boolean |
stopwords
Stopwords flag (currently ignored). |
boolean |
thesaurus
Thesaurus flag (currently ignored). |
boolean |
uppercase
Insensitive flag. |
boolean |
wildcards
Wildcards flag (currently ignored). |
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Constructor Summary | |
|---|---|
FTOptions(Expr e)
Constructor. |
|
| Method Summary | |
|---|---|
FTOptions |
clone()
|
Expr |
comp(XQContext ctx)
Optimizes and compiles the expression tree. |
Item |
eval(XQContext ctx)
Evaluates the expression and returns the resulting item. |
java.lang.String |
info()
Returns a string description of the expression. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
cls, d, e, i, n, node, s, size, str, u |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean diacritics
public Expr expr
public byte[] language
public boolean lowercase
public boolean sensitive
public boolean stemming
public boolean stopwords
public boolean thesaurus
public boolean uppercase
public boolean wildcards
| Constructor Detail |
|---|
public FTOptions(Expr e)
e - expression| Method Detail |
|---|
public FTOptions clone()
clone in class java.lang.Object
public Expr comp(XQContext ctx)
throws XQException
Expr
comp in class Exprctx - query context
XQException - evaluation exception
public Item eval(XQContext ctx)
throws XQException
Expr
eval in class Exprctx - query context
XQException - evaluation exceptionpublic java.lang.String info()
ExprExpr.toString() method, the current expressions aren't included
in the output.
info in class Exprpublic java.lang.String toString()
toString in class Expr
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||