|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.index.FTIndex
org.basex.index.FTTrie
public final class FTTrie
This class indexes text contents in a compressed trie on disk.
| Method Summary | |
|---|---|
void |
close()
Closes the index. |
IndexIterator |
ids(IndexToken ind)
Returns an iterator for the index results. |
byte[] |
info()
Returns information on the index structure. |
int |
nrIDs(IndexToken ind)
Returns the (approximate/estimated) number of ids for the specified token. |
| Methods inherited from class org.basex.index.FTIndex |
|---|
get |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public byte[] info()
Index
public int nrIDs(IndexToken ind)
Index
ind - token to be found
public IndexIterator ids(IndexToken ind)
Index
ind - token to be found
public void close()
throws IOException
Index
IOException - I/O exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||