|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.index.IndexIterator
org.basex.index.FTIndexIterator
public abstract class FTIndexIterator
This interface provides methods for returning index results.
| Constructor Summary | |
|---|---|
FTIndexIterator()
|
|
| Method Summary | |
|---|---|
int |
indexSize()
Returns the number of index entries. |
abstract FTMatches |
matches()
Returns the next match. |
static FTIndexIterator |
phrase(FTIndexIterator i1,
FTIndexIterator i2,
int dis)
Merges two index array iterators. |
void |
setTokenNum(byte tn)
Sets the unique token number. |
| Methods inherited from class org.basex.index.IndexIterator |
|---|
more, next, score |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FTIndexIterator()
| Method Detail |
|---|
public abstract FTMatches matches()
public void setTokenNum(byte tn)
tn - number of tokenspublic final int indexSize()
public static FTIndexIterator phrase(FTIndexIterator i1,
FTIndexIterator i2,
int dis)
i1 - first index array iterator to mergei2 - second index array iterator to mergedis - word distance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||