|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTMatches | |
---|---|
org.basex.data | Database structures. |
org.basex.index.query | |
org.basex.query.value.node |
Uses of FTMatches in org.basex.data |
---|
Methods in org.basex.data that return FTMatches | |
---|---|
FTMatches |
FTMatches.copy()
Creates a deep copy of this container. |
Methods in org.basex.data with parameters of type FTMatches | |
---|---|
void |
FTPosData.add(Data d,
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.query |
---|
Methods in org.basex.index.query that return FTMatches | |
---|---|
abstract FTMatches |
FTIndexIterator.matches()
Returns the next match. |
Uses of FTMatches in org.basex.query.value.node |
---|
Fields in org.basex.query.value.node declared as FTMatches | |
---|---|
FTMatches |
FTNode.all
Full-text matches. |
Constructors in org.basex.query.value.node with parameters of type FTMatches | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |