Package | Description |
---|---|
org.basex.data |
Database structures.
|
org.basex.index |
Database Index structures.
|
org.basex.index.ft | |
org.basex.index.name | |
org.basex.index.path | |
org.basex.index.query | |
org.basex.index.resource | |
org.basex.index.value |
Modifier and Type | Method and Description |
---|---|
IndexIterator |
Data.iter(IndexToken token)
Returns an index iterator for the specified token.
|
Modifier and Type | Method and Description |
---|---|
IndexIterator |
Index.iter(IndexToken token)
Returns an iterator for the index results.
|
Modifier and Type | Method and Description |
---|---|
IndexIterator |
FTIndex.iter(IndexToken it) |
Modifier and Type | Method and Description |
---|---|
IndexIterator |
Names.iter(IndexToken token) |
Modifier and Type | Method and Description |
---|---|
IndexIterator |
PathSummary.iter(IndexToken token) |
Modifier and Type | Class and Description |
---|---|
class |
FTIndexIterator
This interface provides methods for returning index results.
|
Modifier and Type | Field and Description |
---|---|
static IndexIterator |
IndexIterator.EMPTY
Empty iterator.
|
Modifier and Type | Method and Description |
---|---|
IndexIterator |
Resources.iter(IndexToken token) |
Modifier and Type | Method and Description |
---|---|
IndexIterator |
MemValues.iter(IndexToken token) |
IndexIterator |
DiskValues.iter(IndexToken it) |
Copyright © 2005–2015 BaseX Team. All rights reserved.