Package | Description |
---|---|
org.basex.data |
Database structures.
|
org.basex.query.expr.ft |
XQuery Full Text expressions.
|
Modifier and Type | Field and Description |
---|---|
FTMatch[] |
FTMatches.match
Full-text matches.
|
Modifier and Type | Method and Description |
---|---|
FTMatch |
FTMatch.add(FTMatch ftm)
Adds all matches of a full-text match.
|
FTMatch |
FTMatch.add(FTStringMatch ftm)
Adds a single string match.
|
Modifier and Type | Method and Description |
---|---|
Iterator<FTMatch> |
FTMatches.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
FTMatches.add(FTMatch ftm)
Adds a match entry.
|
FTMatch |
FTMatch.add(FTMatch ftm)
Adds all matches of a full-text match.
|
boolean |
FTMatch.notin(FTMatch ftm)
Checks if the full-text match is not part of the specified match.
|
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) |
Copyright © 2005–2015 BaseX Team. All rights reserved.