|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexIterator | |
|---|---|
| org.basex.data | This package contains the main database structures. |
| org.basex.index | This package contains all database index structures. |
| Uses of IndexIterator in org.basex.data |
|---|
| Methods in org.basex.data that return IndexIterator | |
|---|---|
IndexIterator |
PathSummary.ids(IndexToken tok)
|
IndexIterator |
Data.ids(IndexToken token)
Returns the indexed id references for the specified token. |
| Uses of IndexIterator in org.basex.index |
|---|
| Subclasses of IndexIterator in org.basex.index | |
|---|---|
class |
FTIndexIterator
This interface provides methods for returning index results. |
| Methods in org.basex.index that return IndexIterator | |
|---|---|
IndexIterator |
Values.ids(IndexToken tok)
|
IndexIterator |
MemValues.ids(IndexToken tok)
|
IndexIterator |
Index.ids(IndexToken tok)
Returns an iterator for the index results. |
IndexIterator |
FTTrie.ids(IndexToken ind)
|
IndexIterator |
FTFuzzy.ids(IndexToken ind)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||