| Package | Description |
|---|---|
| org.basex.query |
XQuery implementation.
|
| org.basex.query.ft |
XQuery Full Text expressions.
|
| org.basex.util.ft |
Full-text specific utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
FTLexer |
QueryContext.fttoken
Current full-text token.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
FTFilter.filter(QueryContext ctx,
FTMatch m,
FTLexer ft)
Evaluates the filter expression.
|
protected boolean |
FTScope.filter(QueryContext ctx,
FTMatch mtc,
FTLexer lex) |
protected boolean |
FTDistance.filter(QueryContext ctx,
FTMatch mtc,
FTLexer lex) |
protected boolean |
FTOrder.filter(QueryContext ctx,
FTMatch mtc,
FTLexer lex) |
protected boolean |
FTContent.filter(QueryContext ctx,
FTMatch mtc,
FTLexer lex) |
protected boolean |
FTWindow.filter(QueryContext ctx,
FTMatch mtc,
FTLexer lex) |
| Modifier and Type | Method and Description |
|---|---|
FTLexer |
FTLexer.init(byte[] txt) |
FTLexer |
FTLexer.sc()
Sets the special character flag.
|