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.resource | |
org.basex.index.value |
Modifier and Type | Field and Description |
---|---|
Index |
Data.attrIndex
Attribute value index.
|
Index |
Data.ftxtIndex
Full-text index instance.
|
Index |
Data.textIndex
Text index.
|
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 class provides access to a fuzzy full-text index structure
stored on disk.
|
Modifier and Type | Class and Description |
---|---|
class |
Names
This class indexes and organizes the element or attribute names used in an XML document.
|
Modifier and Type | Class and Description |
---|---|
class |
PathSummary
This class stores the path summary of a database.
|
Modifier and Type | Class and Description |
---|---|
class |
Resources
This index organizes the resources of a database (XML documents and raw files).
|
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 main memory access to attribute values and text contents.
|
class |
UpdatableDiskValues
This class provides access and update functions to attribute values and text contents stored on
disk.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.