Package | Description |
---|---|
org.basex.data |
Database structures.
|
org.basex.index.query | |
org.basex.query.value.node |
Modifier and Type | Method and Description |
---|---|
void |
FTPosData.add(Data data,
int pre,
FTMatches all)
Adds position data.
|
boolean |
FTMatches.phrase(FTMatches all,
int distance)
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 all,
Data d,
int p,
int tl,
int is,
double score)
Constructor, called by the index variant.
|
FTNode(FTMatches all,
double score)
Constructor, called by the sequential variant.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.