Close
dtSearch Text Retrieval Engine Programmer's Reference
IServer Interface

Provides access to the other objects in the COM interface

File: dten600.idl 

Module: COM Interface 

Syntax
IDL
interface IServer : IDispatch;

To use the dtSearch engine, first create a Server object, then use the NewIndexJob, NewSearchJob, and NewOptions methods to access the indexing and searching capabilities of the engine.

Initialization and deprecated members

In previous versions of the dtSearch Engine, the Server object had to be initialized through a call to the Initialize method before any other functions could be used. Initialization is no longer necessary and is now deprecated. Instead, use the Options object to set or change settings as needed. The following methods and properties associated with the obsolete initialization process are also deprecated: DebugLogName, HomeDir, PrivateDir, Initialized, InitMessage, MessageHandler, SendTestInfo, SendTestMessage, SendTestQuestion, LZWEnableCode, Showdown. For more information on these items, see: 

Server Object - Deprecated Members 

IServer