|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTMatches | |
|---|---|
| org.basex.data | This package contains the main database structures. |
| org.basex.index | This package contains all database index structures. |
| org.basex.query.item | This package contains XQuery data types. |
| Uses of FTMatches in org.basex.data |
|---|
| Methods in org.basex.data with parameters of type FTMatches | |
|---|---|
void |
FTPosData.add(int pre,
FTMatches all)
Adds position data. |
boolean |
FTMatches.phrase(FTMatches all,
int dis)
Combines two matches as phrase. |
| Uses of FTMatches in org.basex.index |
|---|
| Methods in org.basex.index that return FTMatches | |
|---|---|
abstract FTMatches |
FTIndexIterator.matches()
Returns the next match. |
| Uses of FTMatches in org.basex.query.item |
|---|
| Fields in org.basex.query.item declared as FTMatches | |
|---|---|
FTMatches |
FTItem.all
Full-text matches. |
| Constructors in org.basex.query.item with parameters of type FTMatches | |
|---|---|
FTItem(FTMatches a,
Data d,
int p,
int tol,
int tis,
double s)
Constructor, called by the index variant. |
|
FTItem(FTMatches a,
double s)
Constructor, called by the sequential variant. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||