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 interface
SearcherIF
INTERNAL: 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 class
RDBMSSearcher
INTERNAL: A generic RDBMS fulltext searcher implementation.Methods in net.ontopia.infoset.fulltext.impl.rdbms that return IndexIF Modifier and Type Method Description IndexIF
RDBMSSearcher. getIndex()
-
Uses of IndexIF in net.ontopia.topicmaps.core.index
Subinterfaces of IndexIF in net.ontopia.topicmaps.core.index Modifier and Type Interface Description interface
ClassInstanceIndexIF
PUBLIC: Interface implemented by objects providing quick lookup facilities to find topics used as types, and the instances of those types, within a topic map.interface
IdentifierIndexIF
PUBLIC: Index that holds information about identifiers in the topic map.interface
NameIndexIF
PUBLIC: Index that holds information about the names of topics in the topic map.interface
OccurrenceIndexIF
INTERNAL: Index that holds information about occurrences in the topic map.interface
ScopeIndexIF
PUBLIC: Implemented by objects holding information about topics used as themes in scopes, and about topic map objects that have scope.interface
StatisticsIndexIF
PUBLIC: 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 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.class
TNCIndex
INTERNAL: 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. indexes
Methods in net.ontopia.topicmaps.impl.basic.index that return IndexIF Modifier and Type Method Description IndexIF
IndexManager. 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 void
IndexManager. 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 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.Fields in net.ontopia.topicmaps.impl.rdbms.index with type parameters of type IndexIF Modifier and Type Field Description protected Map<String,IndexIF>
IndexManager. indexes
Methods in net.ontopia.topicmaps.impl.rdbms.index that return IndexIF Modifier and Type Method Description IndexIF
IndexManager. getIndex(String name)
IndexIF
RDBMSIndex. 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 void
IndexManager. 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 class
AbstractIndex
INTERNAL: An abstract index class.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.Methods in net.ontopia.topicmaps.impl.utils that return IndexIF Modifier and Type Method Description abstract IndexIF
AbstractIndex. getIndex()
INTERNAL: Method used by IndexManagerIF to manage index creation.IndexIF
BasicIndex. getIndex()
IndexIF
IndexManagerIF. 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 void
AbstractIndexManager. 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 class
QueryProcessor
INTERNAL: 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 QueryMatches
PredicateUtils. objectToMany(QueryMatches matches, int fromix, int toix, Class fromclass, int operation, IndexIF index)
static QueryMatches
PredicateUtils. 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 interface
MStatisticsIndex
-
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 interface
TopicIndexIF
EXPERIMENTAL: 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 class
FederatedTopicIndex
EXPERIMENTAL: An implementation that looks up topics in all the given TopicIndexIFs and returns them.class
RegistryTopicIndex
EXPERIMENTAL: An implementation that looks up topics in all currently open topic maps in the given registry.class
RemoteTopicIndex
EXPERIMENTAL: An implementation that looks up topics on remote servers using the TM RAP protocol.class
TopicMapTopicIndex
EXPERIMENTAL: An implementation that looks up topics in all the given topic map.
-