Package | Description |
---|---|
org.basex.index |
Database Index structures.
|
org.basex.index.ft | |
org.basex.index.name | |
org.basex.index.path | |
org.basex.index.resource | |
org.basex.index.value | |
org.basex.query.func.index |
Index Functions.
|
Modifier and Type | Method and Description |
---|---|
EntryIterator |
Index.entries(IndexEntries entries)
Returns all entries that match the specified token.
|
Modifier and Type | Method and Description |
---|---|
EntryIterator |
FTIndex.entries(IndexEntries entries) |
Modifier and Type | Method and Description |
---|---|
EntryIterator |
Names.entries(IndexEntries entries) |
Modifier and Type | Method and Description |
---|---|
EntryIterator |
PathSummary.entries(IndexEntries entries) |
Modifier and Type | Method and Description |
---|---|
EntryIterator |
Resources.entries(IndexEntries entries) |
Modifier and Type | Method and Description |
---|---|
EntryIterator |
MemValues.entries(IndexEntries entries) |
EntryIterator |
DiskValues.entries(IndexEntries input) |
Modifier and Type | Method and Description |
---|---|
static Iter |
IndexFn.entries(Data data,
IndexEntries entries,
StandardFunc call)
Returns all entries of the specified value index.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.