| Package | Description |
|---|---|
| org.basex.data |
Database structures.
|
| org.basex.index |
Database Index structures.
|
| org.basex.index.ft | |
| org.basex.index.path | |
| org.basex.index.value |
| Modifier and Type | Field and Description |
|---|---|
Index |
Data.atvindex
Attribute value index.
|
Index |
Data.ftxindex
Full-text index instance.
|
Index |
Data.txtindex
Text index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiskData.setIndex(IndexToken.IndexType type,
Index index) |
abstract void |
Data.setIndex(IndexToken.IndexType type,
Index index)
Assigns the specified index.
|
void |
MemData.setIndex(IndexToken.IndexType type,
Index index) |
| Modifier and Type | Class and Description |
|---|---|
class |
Names
This class indexes and organizes the tags or attribute names,
used in an XML document.
|
class |
Resources
This index organizes all database resources.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Index |
IndexBuilder.build()
Builds the index structure and returns an index instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FTIndex
This abstract class defines methods for the available full-text indexes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PathSummary
This class stores the path summary of a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiskValues
This class provides access to attribute values and text contents stored on
disk.
|
class |
MemValues
This class provides a main memory access to attribute values and
text contents.
|
class |
UpdatableDiskValues
This class provides access to attribute values and text contents stored on
disk.
|
class |
UpdatableMemValues
This class provides a main memory access to attribute values and
text contents.
|