Uses of Interface
net.ontopia.topicmaps.core.index.IndexIF
-
Packages that use IndexIF Package Description net.ontopia.infoset.fulltext.core Interfaces for working with fulltext indexes.net.ontopia.infoset.fulltext.impl.rdbms The RDBMS fulltext integration.net.ontopia.topicmaps.core.index Provides interfaces for the engine's index system; the API for Ontopia topic map indexes.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.net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.rest.model.mixin net.ontopia.topicmaps.rest.resources net.ontopia.topicmaps.utils.tmrap -
-
Uses of IndexIF in net.ontopia.infoset.fulltext.core
Subinterfaces of IndexIF in net.ontopia.infoset.fulltext.core Modifier and Type Interface Description interfaceSearcherIFINTERNAL: Represents a search engine. -
Uses of IndexIF in net.ontopia.infoset.fulltext.impl.rdbms
Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement IndexIF Modifier and Type Class Description classRDBMSSearcherINTERNAL: A generic RDBMS fulltext searcher implementation.Methods in net.ontopia.infoset.fulltext.impl.rdbms that return IndexIF Modifier and Type Method Description IndexIFRDBMSSearcher. getIndex() -
Uses of IndexIF in net.ontopia.topicmaps.core.index
Subinterfaces of IndexIF in net.ontopia.topicmaps.core.index Modifier and Type Interface Description interfaceClassInstanceIndexIFPUBLIC: Interface implemented by objects providing quick lookup facilities to find topics used as types, and the instances of those types, within a topic map.interfaceIdentifierIndexIFPUBLIC: Index that holds information about identifiers in the topic map.interfaceNameIndexIFPUBLIC: Index that holds information about the names of topics in the topic map.interfaceOccurrenceIndexIFINTERNAL: Index that holds information about occurrences in the topic map.interfaceScopeIndexIFPUBLIC: Implemented by objects holding information about topics used as themes in scopes, and about topic map objects that have scope.interfaceStatisticsIndexIFPUBLIC: 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 IndexIF 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.classTNCIndexINTERNAL: 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 IndexIF Modifier and Type Field Description protected Map<String,IndexIF>IndexManager. indexesMethods in net.ontopia.topicmaps.impl.basic.index that return IndexIF Modifier and Type Method Description IndexIFIndexManager. getIndex(String name)Methods in net.ontopia.topicmaps.impl.basic.index that return types with arguments of type IndexIF Modifier and Type Method Description Collection<IndexIF>IndexManager. getActiveIndexes()Methods in net.ontopia.topicmaps.impl.basic.index with parameters of type IndexIF Modifier and Type Method Description voidIndexManager. registerIndex(String name, IndexIF index) -
Uses of IndexIF in net.ontopia.topicmaps.impl.rdbms.index
Classes in net.ontopia.topicmaps.impl.rdbms.index that implement IndexIF 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.Fields in net.ontopia.topicmaps.impl.rdbms.index with type parameters of type IndexIF Modifier and Type Field Description protected Map<String,IndexIF>IndexManager. indexesMethods in net.ontopia.topicmaps.impl.rdbms.index that return IndexIF Modifier and Type Method Description IndexIFIndexManager. getIndex(String name)IndexIFRDBMSIndex. getIndex()Methods in net.ontopia.topicmaps.impl.rdbms.index that return types with arguments of type IndexIF Modifier and Type Method Description Collection<IndexIF>IndexManager. getActiveIndexes()Methods in net.ontopia.topicmaps.impl.rdbms.index with parameters of type IndexIF Modifier and Type Method Description voidIndexManager. registerIndex(String name, IndexIF index) -
Uses of IndexIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement IndexIF Modifier and Type Class Description classAbstractIndexINTERNAL: An abstract index class.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.Methods in net.ontopia.topicmaps.impl.utils that return IndexIF Modifier and Type Method Description abstract IndexIFAbstractIndex. getIndex()INTERNAL: Method used by IndexManagerIF to manage index creation.IndexIFBasicIndex. getIndex()IndexIFIndexManagerIF. getIndex(String name)Deprecated.DEPRECATED: Gets an index by name.Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type IndexIF Modifier and Type Method Description Collection<IndexIF>IndexManagerIF. getActiveIndexes()Deprecated.DEPRECATED: Returns all the active indexes.Methods in net.ontopia.topicmaps.impl.utils with parameters of type IndexIF Modifier and Type Method Description abstract 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 IndexIF Modifier and Type Class Description classQueryProcessorINTERNAL: 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 IndexIF Modifier and Type Method Description static 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 Modifier and Type Interface Description interfaceMStatisticsIndex -
Uses of IndexIF in net.ontopia.topicmaps.rest.resources
Methods in net.ontopia.topicmaps.rest.resources with type parameters of type IndexIF Modifier and Type Method Description protected <I extends IndexIF>
IAbstractTransactionalResource. getIndex(Class<I> indexClass) -
Uses of IndexIF in net.ontopia.topicmaps.utils.tmrap
Subinterfaces of IndexIF in net.ontopia.topicmaps.utils.tmrap Modifier and Type Interface Description interfaceTopicIndexIFEXPERIMENTAL: 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 IndexIF Modifier and Type Class Description classFederatedTopicIndexEXPERIMENTAL: An implementation that looks up topics in all the given TopicIndexIFs and returns them.classRegistryTopicIndexEXPERIMENTAL: An implementation that looks up topics in all currently open topic maps in the given registry.classRemoteTopicIndexEXPERIMENTAL: An implementation that looks up topics on remote servers using the TM RAP protocol.classTopicMapTopicIndexEXPERIMENTAL: An implementation that looks up topics in all the given topic map.
-