| Package | Description |
|---|---|
| org.basex.data |
Database structures.
|
| org.basex.index.ft | |
| org.basex.query.item |
XQuery data types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FTPosData.add(Data d,
int pre,
FTMatches all)
Adds position data.
|
boolean |
FTMatches.phrase(FTMatches all,
int dis)
Combines two matches as phrase.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FTMatches |
FTIndexIterator.matches()
Returns the next match.
|
| Modifier and Type | Field and Description |
|---|---|
FTMatches |
FTNode.all
Full-text matches.
|
| Constructor and Description |
|---|
FTNode(FTMatches a,
Data d,
int p,
int tol,
int tis,
double s)
Constructor, called by the index variant.
|
FTNode(FTMatches a,
double s)
Constructor, called by the sequential variant.
|