Package | Description |
---|---|
net.ontopia.infoset.fulltext.impl.rdbms |
The RDBMS fulltext integration.
|
net.ontopia.topicmaps.impl.basic.index |
Index classes for use with the basic implementation.
|
net.ontopia.topicmaps.impl.rdbms.index |
Index classes for use with the rdbms implementation.
|
net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSSearcher
INTERNAL: A generic RDBMS fulltext searcher implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassInstanceIndex
INTERNAL: The basic dynamic class instance index implementation.
|
class |
IdentifierIndex |
class |
NameIndex
INTERNAL: The basic dynamic name index implementation.
|
class |
OccurrenceIndex
INTERNAL: The basic dynamic locator index implementation.
|
class |
ScopeIndex
INTERNAL: The basic dynamic scope index implementation.
|
class |
StatisticsIndex
INTERNAL: The basic implementation of the statistics index.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSIndex
INTERNAL: An abstract super class used by the rdbms indexes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicIndex
INTERNAL: An abstract dynamic index superclass.
|
class |
FulltextIndexManager
INTERNAL: The indexer manager will keep track of base names,
variants and occurrences that are changed in the topic map.
|