Base interface for all indices.
Base interface for all indices.
Located in /index/Index.interface.php (line 20)
Class | Description |
---|---|
ScopedIndex | Index for Scoped statements and their scope. |
LiteralIndex | Index for literal values stored in a topic map. |
TypeInstanceIndex | Index for type-instance relationships between Topics and for Typed Topic Maps constructs. |
Closes the index.
Closes the index.
Indicates whether the index is updated automatically.
Indicates whether the index is updated automatically. If the value is true the index is automatically kept synchronized with the topic map on updates. If the value is false the reindex() method must be called to resynchronize the index with the topic map.
Indicates if the index is open.
Indicates if the index is open.
Opens the index.
Opens the index. This method must be invoked before using any other method (aside from isOpen()) exported by this interface or derived interfaces.
Synchronizes the index with data in the topic map.
Synchronizes the index with data in the topic map.
Documentation generated on Mon, 19 Sep 2011 21:01:27 +0200 by phpDocumentor 1.4.0