|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xpath.expr.Expr
org.basex.query.xpath.internal.InternalExpr
org.basex.query.xpath.internal.FTIndex
public final class FTIndex
This expression retrieves the ids of indexed fulltext terms.
| Constructor Summary | |
|---|---|
FTIndex(byte[] tok,
FTOption opt,
boolean sim,
boolean sing)
Constructor. |
|
| Method Summary | |
|---|---|
NodeSet |
eval(XPContext ctx)
Evaluates the expression with the specified context set. |
FTOption |
getFTOption()
Get FTOptions for index access. |
byte[] |
getToken()
Get token for index access. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.xpath.internal.InternalExpr |
|---|
compile, usesPos, usesSize |
| Methods inherited from class org.basex.query.xpath.expr.Expr |
|---|
indexEquivalent, indexSizes, returnedValue, sameAs |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FTIndex(byte[] tok,
FTOption opt,
boolean sim,
boolean sing)
tok - index tokenopt - FTOption for index tokensim - flag for simple ftcontains queriessing - flag for single word queries| Method Detail |
|---|
public NodeSet eval(XPContext ctx)
Expr
eval in class Exprctx - query context
public FTOption getFTOption()
public byte[] getToken()
public java.lang.String toString()
toString in class Expr
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||