Uses of Class
net.ontopia.topicmaps.impl.utils.AbstractIndex
-
Packages that use AbstractIndex 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. -
-
Uses of AbstractIndex in net.ontopia.infoset.fulltext.impl.rdbms
Subclasses of AbstractIndex in net.ontopia.infoset.fulltext.impl.rdbms Modifier and Type Class Description class
RDBMSSearcher
INTERNAL: A generic RDBMS fulltext searcher implementation. -
Uses of AbstractIndex in net.ontopia.topicmaps.impl.basic.index
Subclasses of AbstractIndex in net.ontopia.topicmaps.impl.basic.index Modifier and Type Class 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. -
Uses of AbstractIndex in net.ontopia.topicmaps.impl.rdbms.index
Subclasses of AbstractIndex in net.ontopia.topicmaps.impl.rdbms.index Modifier and Type Class Description class
ClassInstanceIndex
INTERNAL: The rdbms class instance index implementation.class
IdentifierIndex
class
NameIndex
INTERNAL: The rdbms name index implementation.class
OccurrenceIndex
INTERNAL: The rdbms occurrence index implementation.class
RDBMSIndex
INTERNAL: An abstract super class used by the rdbms indexes.class
ScopeIndex
INTERNAL: The rdbms scope index implementation.class
StatisticsIndex
INTERNAL: The RDBMS implementation of the statistics index. -
Uses of AbstractIndex in net.ontopia.topicmaps.impl.utils
Subclasses of AbstractIndex in net.ontopia.topicmaps.impl.utils Modifier and Type Class 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.
-