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 classRDBMSSearcherINTERNAL: 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 classClassInstanceIndexINTERNAL: The basic dynamic class instance index implementation.classIdentifierIndexclassNameIndexINTERNAL: The basic dynamic name index implementation.classOccurrenceIndexINTERNAL: The basic dynamic locator index implementation.classScopeIndexINTERNAL: The basic dynamic scope index implementation.classStatisticsIndexINTERNAL: 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 classClassInstanceIndexINTERNAL: The rdbms class instance index implementation.classIdentifierIndexclassNameIndexINTERNAL: The rdbms name index implementation.classOccurrenceIndexINTERNAL: The rdbms occurrence index implementation.classRDBMSIndexINTERNAL: An abstract super class used by the rdbms indexes.classScopeIndexINTERNAL: The rdbms scope index implementation.classStatisticsIndexINTERNAL: 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 classBasicIndexINTERNAL: An abstract dynamic index superclass.classFulltextIndexManagerINTERNAL: The indexer manager will keep track of base names, variants and occurrences that are changed in the topic map.
-