|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.ExprInfo
org.basex.query.expr.Expr
org.basex.query.ft.FTExpr
org.basex.query.ft.FTWords
public final class FTWords
FTWords expression.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.ft.FTExpr |
|---|
expr |
| Constructor Summary | |
|---|---|
FTWords(Expr e,
FTOpt.FTMode m,
Expr[] o)
Constructor. |
|
| Method Summary | |
|---|---|
FTExpr |
comp(QueryContext ctx)
Optimizes and compiles the expression. |
void |
indexAccessible(QueryContext ctx,
IndexContext ic)
Checks if an index can be used for query evaluation. |
FTExpr |
indexEquivalent(QueryContext ctx,
IndexContext ic)
Returns an equivalent expression which accesses an index structure. |
FTNodeIter |
iter(QueryContext ctx)
Evaluates the expression and returns an iterator on the resulting items. |
void |
plan(Serializer ser)
Recursively sends the abstract syntax of this expression to the specified serializer. |
java.lang.String |
toString()
|
boolean |
usesExclude()
Checks if sub expressions of a mild not operator do not violate the grammar. |
| Methods inherited from class org.basex.query.ft.FTExpr |
|---|
color, remove, returned, uses |
| Methods inherited from class org.basex.query.expr.Expr |
|---|
addText, atomic, checkCtx, checkDbl, checkItr, duplicates, e, ebv, i, removable, sameAs, size, test |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
info, name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FTWords(Expr e,
FTOpt.FTMode m,
Expr[] o)
e - expressionm - search modeo - occurrences| Method Detail |
|---|
public FTExpr comp(QueryContext ctx)
throws QueryException
Expr
comp in class FTExprctx - query context
QueryException - evaluation exception
public FTNodeIter iter(QueryContext ctx)
throws QueryException
ExprExpr.atomic(org.basex.query.QueryContext) must be implemented.
iter in class FTExprctx - query context
QueryException - evaluation exception
public void indexAccessible(QueryContext ctx,
IndexContext ic)
Expr
indexAccessible in class Exprctx - query contextic - index context
public FTExpr indexEquivalent(QueryContext ctx,
IndexContext ic)
ExprExpr.indexAccessible(org.basex.query.QueryContext, org.basex.query.IndexContext) is implemented for an
expression.
indexEquivalent in class FTExprctx - query contextic - index context
public void plan(Serializer ser)
throws java.io.IOException
ExprInfo
plan in class FTExprser - serializer
java.io.IOException - exceptionpublic java.lang.String toString()
toString in class ExprInfopublic boolean usesExclude()
FTExpr
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||