|
||||||||||
| 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.xquery.expr.Expr
org.basex.query.xquery.expr.FTExpr
org.basex.query.xquery.expr.FTSelect
public final class FTSelect
FTSelect expression.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.basex.query.xquery.expr.Expr |
|---|
Expr.Return, Expr.Using |
| Field Summary | |
|---|---|
Expr[] |
dist
Distance occurrences. |
FTPos |
pos
Position filter. |
Expr |
weight
Weight. |
Expr |
window
Window. |
| Fields inherited from class org.basex.query.xquery.expr.FTExpr |
|---|
expr |
| Constructor Summary | |
|---|---|
FTSelect(FTExpr e,
FTPos u)
Constructor. |
|
| Method Summary | |
|---|---|
FTExpr |
comp(XQContext ctx)
Optimizes and compiles the expression. |
Iter |
iter(XQContext 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()
|
| Methods inherited from class org.basex.query.xquery.expr.FTExpr |
|---|
uses |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
e, i, returned |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
color, info, name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public FTPos pos
public Expr window
public Expr[] dist
public Expr weight
| Constructor Detail |
|---|
public FTSelect(FTExpr e,
FTPos u)
e - expressionu - fulltext selections| Method Detail |
|---|
public Iter iter(XQContext ctx)
throws XQException
Expr
iter in class Exprctx - query context
XQException - evaluation exception
public FTExpr comp(XQContext ctx)
throws XQException
Expr
comp in class FTExprctx - query context
XQException - evaluation exception
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 ExprInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||