Defines the contract between Simol and external full-text indexing engines.

Namespace: Simol.Indexing
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public interface IIndexer : IDisposable
Visual Basic
Public Interface IIndexer _
	Inherits IDisposable
Visual C++
public interface class IIndexer : IDisposable

Remarks

This is not indended to full-featured contract for full-text indexing. It simply defines the basic operations necessary for Simol to perform simple indexing and searching functions. Users are encourage to understand and directly manipulate the installed indexer as necessary.

See Also