| Interface | Description |
|---|---|
| DataText |
This class assembles texts which are used in the data classes.
|
| Result |
This is an interface for query results.
|
| Class | Description |
|---|---|
| Data |
This class provides access to the database storage.
|
| DiskData |
This class stores and organizes the database table and the index structures
for textual content in a compressed disk structure.
|
| ExprInfo |
Expression information, used for debugging and logging.
|
| FTMatch |
Match full-text container,
referencing several
FTStringMatch instances. |
| FTMatches |
AllMatches full-text container,
referencing several
FTMatch instances. |
| FTPos |
This class contains full-text positions.
|
| FTPosData |
This class provides a container for query full-text positions,
which is evaluated by the visualizations.
|
| FTStringMatch |
Single full-text string match.
|
| MemData |
This class stores and organizes the database table and the index structures
for textual content in a compressed memory structure.
|
| MetaData |
This class provides meta information on a database.
|
| Namespaces |
This class contains the namespaces of a database.
|
| Nodes |
This class stores node references of a database in an ascending order.
|