Namespace VDS.RDF.Query.FullText.Indexing
Classes
BaseFullTextIndexer
Abstract Base Class for Full Text Indexers which implements the basic logic leaving derived classes to implement the index specific logic.
BaseSimpleFullTextIndexer
Abstract Implementation of a simple Full Text Indexer which simply indexes the full text of literal objects and associates a specific Node with that full text.
NamespaceDoc
This namespace provides Full Text Indexing functionality through the IFullTextIndexer interface.
Interfaces
IFullTextIndexer
Interface for classes that provide full text indexing functionality.
Enums
IndexingMode
Indicates the Indexing Mode used by an Indexer to index literals.