Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
org.basex.query.expr.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 boolean |
FTWindow.filter(QueryContext qc,
FTMatch mtc,
FTLexer lex) |
protected boolean |
FTScope.filter(QueryContext qc,
FTMatch mtc,
FTLexer lex) |
protected boolean |
FTOrder.filter(QueryContext qc,
FTMatch match,
FTLexer lex) |
protected abstract boolean |
FTFilter.filter(QueryContext qc,
FTMatch m,
FTLexer ft)
Evaluates the filter expression.
|
protected boolean |
FTDistance.filter(QueryContext qc,
FTMatch mtc,
FTLexer lex) |
protected boolean |
FTContent.filter(QueryContext qc,
FTMatch mtc,
FTLexer lex) |
Modifier and Type | Method and Description |
---|---|
FTLexer |
FTLexer.all()
If called, all tokens will be returned (including non-fulltext tokens).
|
FTLexer |
FTLexer.init(byte[] txt) |
FTLexer |
FTLexer.original()
If called, the original tokens will be returned (including non-fulltext tokens).
|
Copyright © 2005–2015 BaseX Team. All rights reserved.