Uses of Package
net.ontopia.infoset.fulltext.core
-
Packages that use net.ontopia.infoset.fulltext.core Package Description net.ontopia.infoset.fulltext.core Interfaces for working with fulltext indexes.net.ontopia.infoset.fulltext.impl.lucene The Lucene fulltext integration.net.ontopia.infoset.fulltext.impl.rdbms The RDBMS fulltext integration.net.ontopia.infoset.fulltext.topicmaps Collection of classes for indexing topic maps.net.ontopia.topicmaps.entry High level interfaces for locating and maintaining references to topic maps.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.query.impl.utils Code shared between query implementations. -
Classes in net.ontopia.infoset.fulltext.core used by net.ontopia.infoset.fulltext.core Class Description DocumentIF INTERNAL: Represents an indexable unit of information.FieldIF INTERNAL: Represents a name value pair that can be attached to a document.SearchResultIF INTERNAL: A search result containing a list of ranked hits. -
Classes in net.ontopia.infoset.fulltext.core used by net.ontopia.infoset.fulltext.impl.lucene Class Description DocumentIF INTERNAL: Represents an indexable unit of information.FieldIF INTERNAL: Represents a name value pair that can be attached to a document.FulltextImplementationIF Interface that describes a fulltext indexation service for use inInMemoryTopicMapStore
.IndexerIF INTERNAL: Represents a search engine indexer.SearcherIF INTERNAL: Represents a search engine.SearchResultIF INTERNAL: A search result containing a list of ranked hits. -
Classes in net.ontopia.infoset.fulltext.core used by net.ontopia.infoset.fulltext.impl.rdbms Class Description DocumentIF INTERNAL: Represents an indexable unit of information.FieldIF INTERNAL: Represents a name value pair that can be attached to a document.SearcherIF INTERNAL: Represents a search engine.SearchResultIF INTERNAL: A search result containing a list of ranked hits. -
Classes in net.ontopia.infoset.fulltext.core used by net.ontopia.infoset.fulltext.topicmaps Class Description DocumentIF INTERNAL: Represents an indexable unit of information.GenericDocument INTERNAL: The default document implementation.IndexerIF INTERNAL: Represents a search engine indexer.SearchResultIF INTERNAL: A search result containing a list of ranked hits. -
Classes in net.ontopia.infoset.fulltext.core used by net.ontopia.topicmaps.entry Class Description FulltextImplementationIF Interface that describes a fulltext indexation service for use inInMemoryTopicMapStore
. -
Classes in net.ontopia.infoset.fulltext.core used by net.ontopia.topicmaps.impl.utils Class Description IndexerIF INTERNAL: Represents a search engine indexer. -
Classes in net.ontopia.infoset.fulltext.core used by net.ontopia.topicmaps.query.impl.basic Class Description SearcherIF INTERNAL: Represents a search engine. -
Classes in net.ontopia.infoset.fulltext.core used by net.ontopia.topicmaps.query.impl.utils Class Description SearchResultIF INTERNAL: A search result containing a list of ranked hits.