Click or drag to resize

VDS.RDF.Query.FullText.Indexing Namespace

This namespace provides Full Text Indexing functionality through the IFullTextIndexer interface.
Classes
  ClassDescription
Public classBaseFullTextIndexer
Abstract Base Class for Full Text Indexers which implements the basic logic leaving derived classes to implement the index specific logic.
Public classBaseSimpleFullTextIndexer
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.
Public classNamespaceDoc
Interfaces
  InterfaceDescription
Public interfaceIFullTextIndexer
Interface for classes that provide full text indexing functionality.
Enumerations
  EnumerationDescription
Public enumerationIndexingMode
Indicates the Indexing Mode used by an Indexer to index literals.