Uses of Interface
net.ontopia.topicmaps.core.index.IndexIF
Packages that use IndexIF
Package
Description
Interfaces for working with fulltext indexes.
The RDBMS fulltext integration.
Provides interfaces for the engine's index system; the API for Ontopia
topic map indexes.
Index classes for use with the basic implementation.
Index classes for use with the rdbms implementation.
INTERNAL: Classes that are used by many implementations.
Contains the in-memory implementation of the query language.
-
Uses of IndexIF in net.ontopia.infoset.fulltext.core
Subinterfaces of IndexIF in net.ontopia.infoset.fulltext.core -
Uses of IndexIF in net.ontopia.infoset.fulltext.impl.rdbms
Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement IndexIFModifier and TypeClassDescriptionclassINTERNAL: A generic RDBMS fulltext searcher implementation.Methods in net.ontopia.infoset.fulltext.impl.rdbms that return IndexIF -
Uses of IndexIF in net.ontopia.topicmaps.core.index
Subinterfaces of IndexIF in net.ontopia.topicmaps.core.indexModifier and TypeInterfaceDescriptioninterfacePUBLIC: Interface implemented by objects providing quick lookup facilities to find topics used as types, and the instances of those types, within a topic map.interfacePUBLIC: Index that holds information about identifiers in the topic map.interfacePUBLIC: Index that holds information about the names of topics in the topic map.interfaceINTERNAL: Index that holds information about occurrences in the topic map.interfacePUBLIC: Implemented by objects holding information about topics used as themes in scopes, and about topic map objects that have scope.interfacePUBLIC: Interface implemented by objects providing quick lookup facilities to find topics used as types, and the instances of those types, within a topic map. -
Uses of IndexIF in net.ontopia.topicmaps.impl.basic.index
Classes in net.ontopia.topicmaps.impl.basic.index that implement IndexIFModifier and TypeClassDescriptionclassINTERNAL: The basic dynamic class instance index implementation.classclassINTERNAL: The basic dynamic name index implementation.classINTERNAL: The basic dynamic locator index implementation.classINTERNAL: The basic dynamic scope index implementation.classINTERNAL: The basic implementation of the statistics index.classINTERNAL: Index providing lookups from base name value + scope to the topic that has such base name characteristics.Fields in net.ontopia.topicmaps.impl.basic.index with type parameters of type IndexIFMethods in net.ontopia.topicmaps.impl.basic.index that return IndexIFMethods in net.ontopia.topicmaps.impl.basic.index that return types with arguments of type IndexIFMethods in net.ontopia.topicmaps.impl.basic.index with parameters of type IndexIF -
Uses of IndexIF in net.ontopia.topicmaps.impl.rdbms.index
Classes in net.ontopia.topicmaps.impl.rdbms.index that implement IndexIFModifier and TypeClassDescriptionclassINTERNAL: The rdbms class instance index implementation.classclassINTERNAL: The rdbms name index implementation.classINTERNAL: The rdbms occurrence index implementation.classINTERNAL: An abstract super class used by the rdbms indexes.classINTERNAL: The rdbms scope index implementation.classINTERNAL: The RDBMS implementation of the statistics index.Fields in net.ontopia.topicmaps.impl.rdbms.index with type parameters of type IndexIFMethods in net.ontopia.topicmaps.impl.rdbms.index that return IndexIFMethods in net.ontopia.topicmaps.impl.rdbms.index that return types with arguments of type IndexIFMethods in net.ontopia.topicmaps.impl.rdbms.index with parameters of type IndexIF -
Uses of IndexIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement IndexIFModifier and TypeClassDescriptionclassINTERNAL: An abstract index class.classINTERNAL: An abstract dynamic index superclass.classINTERNAL: The indexer manager will keep track of base names, variants and occurrences that are changed in the topic map.Methods in net.ontopia.topicmaps.impl.utils that return IndexIFModifier and TypeMethodDescriptionabstract IndexIFAbstractIndex.getIndex()INTERNAL: Method used by IndexManagerIF to manage index creation.BasicIndex.getIndex()Deprecated.DEPRECATED: Gets an index by name.Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type IndexIFModifier and TypeMethodDescriptionIndexManagerIF.getActiveIndexes()Deprecated.DEPRECATED: Returns all the active indexes.Methods in net.ontopia.topicmaps.impl.utils with parameters of type IndexIFModifier and TypeMethodDescriptionabstract voidAbstractIndexManager.registerIndex(String name, IndexIF index) INTERNAL: Register the specified index with the index manager. -
Uses of IndexIF in net.ontopia.topicmaps.query.impl.basic
Classes in net.ontopia.topicmaps.query.impl.basic that implement IndexIFModifier and TypeClassDescriptionclassINTERNAL: This query processor implementation can be used to query any topic map implementation; it makes no assumptions about the stored form of the topic map.Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type IndexIFModifier and TypeMethodDescriptionstatic QueryMatchesPredicateUtils.objectToMany(QueryMatches matches, int fromix, int toix, Class fromclass, int operation, IndexIF index) static QueryMatchesPredicateUtils.objectToMany(QueryMatches matches, int fromix, int toix, Class fromclass, int operation, IndexIF index1, IndexIF index2) -
Uses of IndexIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of IndexIF in net.ontopia.topicmaps.rest.model.mixin -
Uses of IndexIF in net.ontopia.topicmaps.rest.resources
Methods in net.ontopia.topicmaps.rest.resources with type parameters of type IndexIF -
Uses of IndexIF in net.ontopia.topicmaps.utils.tmrap
Subinterfaces of IndexIF in net.ontopia.topicmaps.utils.tmrapModifier and TypeInterfaceDescriptioninterfaceEXPERIMENTAL: An index through which information about topics with a particular subject can be located, irrespective of where these topics happen to be stored.Classes in net.ontopia.topicmaps.utils.tmrap that implement IndexIFModifier and TypeClassDescriptionclassEXPERIMENTAL: An implementation that looks up topics in all the given TopicIndexIFs and returns them.classEXPERIMENTAL: An implementation that looks up topics in all currently open topic maps in the given registry.classEXPERIMENTAL: An implementation that looks up topics on remote servers using the TM RAP protocol.classEXPERIMENTAL: An implementation that looks up topics in all the given topic map.