| Package | Description |
|---|---|
| org.basex.data |
Database structures.
|
| org.basex.query.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 mtc)
Adds a all matches of a full-text match.
|
FTMatch |
FTMatch.add(FTStringMatch m)
Adds a string match.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<FTMatch> |
FTMatches.iterator() |
| Modifier and Type | Method and Description |
|---|---|
FTMatch |
FTMatch.add(FTMatch mtc)
Adds a all matches of a full-text match.
|
void |
FTMatches.add(FTMatch m)
Adds a match entry.
|
boolean |
FTMatch.notin(FTMatch mtc)
Checks if the full-text match is not part of the specified match.
|
| 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) |